users@glassfish.java.net

Re: MS SQL Server 2000 for JDBC with NetBeans IDE 5.5 and Java EE 5

From: Marc Ende <mlists_at_e-beyond.de>
Date: Mon, 07 May 2007 13:37:37 +0200

glassfish_at_javadesktop.org schrieb:
> Local Exception Stack:
> Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2006.8 (Build 060830)): oracle.toplink.essentials.exceptions.DatabaseException
> Internal Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Invalid object name 'USERS'.Error Code: 208
> Call:SELECT MSISDN, PASSWORD, ADDRESS, FIRSTNAME, BROKERACC, AGE, LASTNAME, DEVICEID FROM USERS
>
It looks like mssql aren't happy with "USERS" as a table name. May be
you should choose another name for the table. (Maybe users is an
reserved word on mssql)

marc