Jump to content
We've recently updated our Privacy Statement, available here ×

I can't exec stored procedure of MS SQL Server with two or more parameters.


ceciliaf.vm.ar
Go to solution Solved by ceciliaf.vm.ar,

Recommended Posts

Hello.

I have a stored procedure in database of MS SQL Server 2008 wich have two parameters. I using sqljdbc4.jar.

Well, my problem is this: I can't call in the report a stored procedure with two o more parameters.

I try with this options:

 

exec Stored_procedure value1, value2

Stored_procedure value1, value2

Sotred_procedure (value1, value2)

 

The procedure, in then query analyzer of SQL return the data correctly.

I see in the Query designer that only options to create sintax is with SELECT.

Forgive my english, I have little knowledge of the language.

Thanks.

 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...