I've download the tar.gz file off of mysql.com, then I modified
the Makefile for the mm.mysql.jdbc program so that it pointed
to my java binary directory. When I run "make all" it gives
me about 50 or so errors (one included as attachment) but
basically consists of 

.....PreparedStatement should be declared abstract; it does not define
addBatch() in org.gjt.mm.mysql.PreparedStatement

I'm running redhat 7.0 and redhat 7.1 on different boxes, both give the
same errors. I've also installed the Java 1.3 binaries and SDK from sun's
website. Java Standard Edition build 1.3.0

Thankx guys!

On Sun, 3 Jun 2001, Rohit Peyyeti wrote:

> Can you tell us what exactly you are not able get it to work? What
> error you are getting?
> 
> ...Rohit
> 
> ----- Original Message -----
> From: Nico D <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, June 03, 2001 11:08 AM
> Subject: Java/Linux Mysql JDBC?
> 
> 
> > Can anyone out there tell me how to use java and JDBC to connect to a
> > MySQL db on a linux box, i've downloaded the api of the website but I
> > can't get it working correctly. Could someone send me some sample code
> > and/or tell me where to put the api and how to reference it?
> >
> > thankx alot!
> > -nico
> >
> > --
> > ****************************
> > Nico Darrow RHCE
> > CEO DeckerNET LLC
> > Network Engineer/Programmer
> > email:[EMAIL PROTECTED]
> > ph:706.254.2128
> > ****************************
> >
> > "The software said it worked with windows 95 or better, so I
> > installed linux." - NA
> >
> > "I'm not saying Bill Gates is the devil, its just that if he ever
> > went to hell, he wouldn't need a translator." -LJ
> >
> > "I'll do that just now." -nico
> >
> > "Never trust a engineer that tatoo's his IP address on his arm,
> > especially if its DHCP." - /.
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
> >
> 
> 

-- 
****************************
Nico Darrow RHCE
CEO DeckerNET LLC
Network Engineer/Programmer
email:[EMAIL PROTECTED]
ph:706.254.2128
****************************

"The software said it worked with windows 95 or better, so I
installed linux." - NA

"I'm not saying Bill Gates is the devil, its just that if he ever
went to hell, he wouldn't need a translator." -LJ

"I'll do that just now." -nico

"Never trust a engineer that tatoo's his IP address on his arm,
especially if its DHCP." - /.


org/gjt/mm/mysql/PreparedStatement.java:54: org.gjt.mm.mysql.PreparedStatement should 
be declared abstract; it does not define addBatch() in 
org.gjt.mm.mysql.PreparedStatement
public class PreparedStatement extends org.gjt.mm.mysql.Statement

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to