Re: JDBC Question [Using Multiple databases]

2003-03-19 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark C. Roduner, Jr. wrote: Scenario: The current JDBC Connection is jdbc:mysql//localhost:3306/=xql?user=root&password=myrootpass The database `xql` contains 1 table, `settings` Another database, `login` contains 1 table, `users` 'm' is a Matcher

Re: JDBC question

2001-02-16 Thread William R. Mussatto
ting the data base > and adding datas to it... well thanks a lot inadvance, cheers > > On Fri, 16 Feb 2001, William R. Mussatto wrote: > > > Date: Fri, 16 Feb 2001 10:48:57 -0800 (PST) > > From: William R. Mussatto <[EMAIL PROTECTED]> > > To: Chen Ka Pong &

Re: JDBC question?

2001-02-16 Thread William R. Mussatto
Had similar problem, get the current version of the driver. On Fri, 16 Feb 2001, Chen Ka Pong wrote: > Date: Fri, 16 Feb 2001 20:29:27 +0800 > From: Chen Ka Pong <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: JDBC question? > > I cannot use the jdbc connection which the driver is downl

Re: JDBC question?

2001-02-16 Thread Thiru
If U R using some IDE, then there shd be a place to add on Ur classpaths. If not, from the prompt For Windows > java -classpath "c:\JDBCdriver;c:\JDBCdriver\driver.jar;." file.java For Unix> java -classpath "/tmp/JDBCdriver:/tmp/JDBCdriver/driver.jar:." file.java note: when including jar or