another database question

2001-05-09 Thread Kevin Fonner
I want to be able to pass the authentication from the web application to the database system. I know I can use the req.getRemoteUser( ) to grab the authenticated user. How can I grab the password. Or is their a better way to handle this?

database question

2001-03-15 Thread JeremyRayYoo
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. Also in one of the emails I saw a sample script and they used

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

AW: database question

2001-03-15 Thread Ralph Einfeldt
driver for a database it's recommended to use this instead of the odbc bridge. -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 15. Mrz 2001 20:03 An: [EMAIL PROTECTED] Betreff: database question Hi I am using MySQL and JDBC mm.mysql

RE: database question

2001-01-23 Thread CPC Livelink Admin
:22 PM To: [EMAIL PROTECTED] Subject: database question I have an access database created with relationships and some data. Are there tools to read an access database and create SQL scripts to create the equivalent in an SQL database (like MySql) ? thanks, Rich

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