cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SACommand stored procedure parameters get messed up

972

Hello, all Some of our stored procedures contain numerous parameters and the client program is not supposed to pass all of them (some get default values). We see in SQL Anywhere debugger that the values of parameters received are not the ones in the Parameters array of the SACommand. Some parameters, which show empty (null) in the code is received as "1" for some reason. Our question: is there a way to see the actual SQL command being created by the .NET code, so we could see why the values are messed up?

Thank you Arcady

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

As I said, I worked around this problem by not using the StoredProcedure type command at all. So, now I got it working and, unfortunately, do not have time to create a repro.

Sorry, for the trouble