RE: database question

2001-03-15 Thread Michael Wentzel
Hi I am using MySQL and JDBC mm.mysql Driver to connect to the database. I am having trouble trying to connect. Can anyone tell me if MySQL is even compatible with servlets? From the JDBC mm.mysql Driver it looks as if it is. Yes, it is possible to use MySQL with servlets. Any

Re: database question

2001-03-15 Thread Andrew Robson
Firstly I very strongly highly recommend you buy a decent book on servlets with a section on JDBC The O'Reilly book Java Servlet Programming - by Jason Hunter is a good one. On Thu, 15 Mar 2001, you wrote: Hi I am using MySQL and JDBC mm.mysql Driver to connect to the database. I am

Re: database question

2001-03-15 Thread Milt Epstein
On Thu, 15 Mar 2001, Andrew Robson wrote: Firstly I very strongly highly recommend you buy a decent book on servlets with a section on JDBC The O'Reilly book Java Servlet Programming - by Jason Hunter is a good one. [ ... ] FWIW, there is a second edition of this book in the works, and

Re: database question

2001-03-15 Thread Steve Prior
I already got my copy of the 2nd edition from Amazon.com, so I expect that the book has gone pretty well :-) Steve Prior Milt Epstein wrote: On Thu, 15 Mar 2001, Andrew Robson wrote: Firstly I very strongly highly recommend you buy a decent book on servlets with a section on JDBC The

RE: database question

2001-01-23 Thread CPC Livelink Admin
If you can get an ODBC Driver to the target database, then you can use access to export (File Menu then Export) the entire DB using an ODBC connection. I have dones this for Oracle once. -Original Message- From: Richard Diaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001

Re: database question

2001-01-23 Thread Matt Wong
this is a common question from Access users wanting to convert to some other db, and the Microsoft answer is that the Access file format is proprietary and therefore if MS doesn't provide a conversion program (which they don't), then you're out of luck. The solution then is to write some VB

Re: database question

2001-01-23 Thread Filip Hanik
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 3:13 PM Subject: RE: database question This might sound lame but... Microsoft Visio 2000 Enterprise has a tool which will analyze an existing database and output SQL. What specifically do you want to port it to? -Original Message