Re: JDBC newbie question

1999-11-07 Thread James Seigel
Really 4 years? <> <> Peter Mount wrote: > On Sat, 6 Nov 1999, John N. Alegre wrote: > > > Peter, > > > > I have no problem on my end. I have 4 years expeience with Server Side > > Java. I want the most advanced JDBC driver/db combination. The question I am > > <> -

Re: JDBC newbie question

1999-11-07 Thread Peter Mount
On Sat, 6 Nov 1999, John N. Alegre wrote: > Peter, > > I have no problem on my end. I have 4 years expeience with Server Side > Java. I want the most advanced JDBC driver/db combination. The question I am > rasing is which JDBC drier is more robust and closer to the JDBC 2.0 speck. > Once I

Re: JDBC newbie question

1999-11-06 Thread John N. Alegre
Peter, I have no problem on my end. I have 4 years expeience with Server Side Java. I want the most advanced JDBC driver/db combination. The question I am rasing is which JDBC drier is more robust and closer to the JDBC 2.0 speck. Once I have a solid driver, there is no problem writing code

Re: JDBC newbie question

1999-11-01 Thread Eric vanberkel
Thanks to you too, Stick to whatever suits you... gr. Eric --- Jalaluddin Riaz <[EMAIL PROTECTED]> wrote: > hi, >thanks for help. i think i have got it sorted now. and > i'm gonna stick to > mysql, i've got used to it. > thanks again. > > > > > >I've been thru this. > > > >You go to

Re: JDBC newbie question

1999-10-26 Thread Peter Mount
On Mon, 25 Oct 1999, John N. Alegre wrote: > Has anyone else had this experience. I have been reluctant to move to > PostgrSQL for reasons of complexity and speed. Although I don't touch applets anymore, the problems with placing either all of the classes into a single jar file, or extracting t

Re: JDBC newbie question

1999-10-25 Thread John N. Alegre
Has anyone else had this experience. I have been reluctant to move to PostgrSQL for reasons of complexity and speed. Is the JDBC support that much more advanced in PostgrSQL? All comments welcome. john On 24-Oct-99 Eric vanberkel wrote: > I've been thru this. > > You go to check you have the

Re: JDBC newbie question

1999-10-24 Thread Eric vanberkel
I've been thru this. You go to check you have the 1.2.2 driver and not the 1.2.1, which did not work on my prev2 JDK + latest mysql Also for apps: java -cp .:$CLASSPATH proggie with a correct classpath set in applets $CLASSPATH won't work. You'll want to put into your html: .. .. put the mm

Re: JDBC newbie question

1999-10-20 Thread Cynthia Jeness
How are you getting the driver loaded? Also, the driver manager tries to discover the correct driver based on the URL you specify when you get a connection. So be sure that your URL is correct. Cynthia Jeness Jalaluddin Riaz wrote: > hi, > I am a newbie to JDBC programming and am having

JDBC newbie question

1999-10-19 Thread Jalaluddin Riaz
hi, I am a newbie to JDBC programming and am having some problems. I am using mysql rdbms and mm.mysql.jdbc-1.2 driver and have jdk1.2preV2 installed. the problem is everytime i try to run a prog. i get class not found exception. the prog is not able to find the driver class files. i have