Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQLServer 2000 Driver for JDBC / problems with output arguments

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-05-22 : 08:07:06
Veronica Garcia Garay writes "I'm working in three tier architecture.I use the EAServer(from Sybase)to host my components. It connects to a sql2000 database through JDBC native driver. I have problems when I invoke store procedure with output arguments .
My url is this one:
jdbc:microsoft:sqlserver://BMESRVc2:1433;SelectMethod=cursor;databasename=bd_seguridad

When I don't use output arguments in my store procedures, It works right.

I supposed I need one argument more or configure something in my application server or database.
I hope someone can help me.

Thanks.

Veronica Garcia (from Peru)"
   

- Advertisement -