jdbc question regarding enum

2006-11-01 Thread Jon Drukman
disclaimer: i know nothing about java or jdbc. a co-worker is trying to access a database i've set up using jdbc. he says that my enum column is always returning an integer value instead of the string. obviously this is less than desirable. does anybody have any advice i could give him on w

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

JDBC Question [Using Multiple databases]

2003-03-19 Thread Mark C. Roduner, Jr.
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 Object, that contains the users Name i

RE: Simple JDBC Question

2001-11-08 Thread Venu
Hi Michael, > -Original Message- > From: Michael Bitzko [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 08, 2001 5:57 PM > To: [EMAIL PROTECTED] > Subject: Simple JDBC Question > > > Please forgive the simplicity of the question, but I'm hav

Simple JDBC Question

2001-11-08 Thread Michael Bitzko
Please forgive the simplicity of the question, but I'm having trouble reading between the lines regarding the JDBC interface.I have the following simple code, which load the bridge driver, and then attempts to connect to the driver. The system can't make the connection. My question is t

Re: JDBC question

2001-02-16 Thread William R. Mussatto
(EST) > From: webmaster <[EMAIL PROTECTED]> > To: "William R. Mussatto" <[EMAIL PROTECTED]> > Cc: Chen Ka Pong <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: JDBC question > > I am , well I will have to wioork with oracle and jdeveloper, can some of >

JDBC question

2001-02-16 Thread webmaster
Ka Pong <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: JDBC question? > > > 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:

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 connec

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

JDBC question?

2001-02-16 Thread Chen Ka Pong
I cannot use the jdbc connection which the driver is download from mysql web site. The error message prompted that "invalid JDBC Driver", what can cause this error? I predict my classpath is wrong, but I would like to know how to set the classpath? (at this status, I am not sure if my classpath is