m p [https://community.jboss.org/people/mp_108] created the discussion

"Re: java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Could not 
find file"

To view the discussion, visit: https://community.jboss.org/message/821019#821019

--------------------------------------------------------------
excpetion occurred because of prefixing the database name to the table in the 
SQL statement
ie. insert into catNav.USERS values
gave exception

corrected:insert into USERS values



--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821019#821019]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to