- MySQL is compatible with servlets Tell us more about the errors you get. - sun.jdbc.odbc.JdbcOdbcDriver is working for every database for which you can find a ODBC driver for your system. (Nearly every database under Windows has this interface (some unix db's too) If there is a JDBC driver for a database it's recommended to use this instead of the odbc bridge. > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 15. März 2001 20:03 > An: [EMAIL PROTECTED] > Betreff: database question > > > 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 this driver > : > > "sun.jdbc.odbc.JdbcOdbcDriver" > > I've seen that driver a lot before in documentations. What > database does it > work with. And is that database easier to implement than MySQL. >
