Hi, I'm just starting to use SimpleORM and I think it will work for me.
One thing, though, is that although much of my work is with MySQL, SQL
Server, or PostgreSQL, I also do some work with MSAccess or even
(gasp!) a JDBC:ODBC connection to MSExcel!
Does the SQLServer driver work with MSAccess? Does the generic driver
work with MSAccess? Anyone done this?
If the existing drivers don't work, maybe I can write one for Access.
It doesn't look like the driver-specific code is very long.
(Making it work with the Microsoft JET driver to Excel might be a lot
harder. Reading from Excel via JDBC:ODBC is easy, but writing back is
sometimes hard. And Excel likes to pretend the table names have
dollar signs in them. But if I can make it work with Access I'll
probably be happy for now.)
--
John Abraham