Re: a problem with MS Access through ODBC
I've discovered that "group" is reserved word in MS Access so a table field can't have such name. That was the reason of syntax error. Thanks to all, Max Bubnov
a problem with MS Access through ODBC
Hi, I've configured orion 1.4.8 datasource to MS Access DB through ODBC and wrote a simple CMP ProductEJB and a couple of JSP to experiment on. The first one to retrieve records works fine, it calls productHome.findAll(). Next JSP was supposed to add record to DB. It takes a HTML form fields and