Exception

Hi! I'm having a long time of figuring out the cause of having an error

java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Invalid object name 'DOCSADM2.people'.

I already add the necessary jar files(msbase.jar,mssqlserver.jar and msutil.jar ) for MS SQL

thanx in advance

[326 byte] By [yusuke_Pha] at [2007-11-26 15:34:31]
# 1

> Hi! I'm having a long time of figuring out the cause

> of having an error

>

> java.sql.SQLException: [Microsoft][SQLServer 2000

> Driver for JDBC][SQLServer]Invalid object name

> 'DOCSADM2.people'.

>

> I already add the necessary jar

> files(msbase.jar,mssqlserver.jar and msutil.jar ) for

> MS SQL

Yes well you're well past that point now. Your exception is something else. You tried to query a table that does not exist.

cotton.ma at 2007-7-8 21:51:52 > top of Java-index,Java Essentials,New To Java...