JDBC driver | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

JDBC driver

I’m not really sure what the problem is. But our application has been complaining that it’s unable to find a column when the column exists in the database. Anyone has any experience with this?
2004-04-28 12:03:36,031 ERROR DB – [ 50864550] executeList() failed:
pool = Default
stat = FAIL
SQL= select * from labels with (nolock) where email=’[email protected]‘ and status=30
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Invalid column name: labelCode
Can you post basic CALL statement from the application.
Try to execute the same query in query analyzer and see the results. Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
]]>