Re: Updating from PointBase to Derby
- From: "Rhino" <no.offline.contact.please@xxxxxxxxxx>
- Date: Sun, 23 Apr 2006 18:52:02 -0400
"KAR120C via JavaKB.com" <u17946@uwe> wrote in message
news:5f2e05ba96745@xxxxxx
I recently bought Sams Teach Yourself J2EE to learn the Enterprise EditionYou might get a better answer on comp.lang.java.databases; someone there may
from scratch. The book has one main application that it develops. The
problem is it uses the PointBase database which Sun replaced with Derby on
December 5th. I am unable to get started, because being new to the EE, I
do
not know how to replace the following two lines with the Derby equivalent:
private static final String driver = "com.pointbase.jdbc.
jdbcUniversalDriver";
private static final String protocol =
"jdbc:pointbase:server://localhost/sun-
appserv-samples,new";
I think if I can get past that, I can get started with the book. Has
anyone
else encountered this? Any help would be appreciated. Thanks.
have used Derby. Or try looking for the Derby documentation; it must have
information on how to write the driver and protocol strings.
--
Rhino
.
- References:
- Updating from PointBase to Derby
- From: KAR120C via JavaKB.com
- Updating from PointBase to Derby
- Prev by Date: Re: Arrays again - I must be dumb
- Next by Date: Re: Arrays again - I must be dumb
- Previous by thread: Updating from PointBase to Derby
- Next by thread: Re: Updating from PointBase to Derby
- Index(es):