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
-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
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
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
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
(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
>
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:
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
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
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
10 matches
Mail list logo