Hi, Check out the ODBC section here http://www.h2database.com/html/advanced.html#odbc_driver.
You should be able to connect the H2 database by specifying the postgre sql driver. I managed to access a H2 database from a python script using python odbc module. Sylvain. On 9 mai, 17:01, de Milns <[email protected]> wrote: > 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 fromhttp://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 > athttp://groups.google.com/group/h2-database?hl=en. -- 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.
