I am trying to query a simple test database in SQL Server from java/JDBC. However, when I attempt to read tables I created I get an "Invalid Object Name" exception. When I get the a DatabaseMetaData.getTables resultset I get only the system tables but not user tables. Thus it seems that JDBC is connecting but not giving me full access somehow.
Does anyone know why this would happen? This is the case not only with my test database but also with the Northwind (demo database) that comes with SQL Server.
The weird thing is that I can read user tables fine through asp/ADO but not java/JDBC.
Any help, comments, or suggestions greatly appreciated.
--Will Duty
wduty@radicalfringe.com
Does anyone know why this would happen? This is the case not only with my test database but also with the Northwind (demo database) that comes with SQL Server.
The weird thing is that I can read user tables fine through asp/ADO but not java/JDBC.
Any help, comments, or suggestions greatly appreciated.
--Will Duty
wduty@radicalfringe.com