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]

> 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.