I am new to H2 and would like to do a connect from classic asp to an H2 database can anyone suggest what I need - I have installed PsqlODBC and the H2 drivers from http://www.h2database.com/html/main.html My equivalent statements for a SQLite database are Set conn=Server.CreateObject("ADODB.Connection") connOpen = "Driver={SQLite ODBC Driver};Database=" & DataPath & Database on error resume next conn.Open connOpen I would appreciate to get going Thanks Dennis
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
