Sybase stored proc column values change when called from ASP.net page

S

simran2371

When I call a sybase stored proc from RapidSQL, I get back the value
-100 for some columns(which is correct).
However, when I call the procedure from an ASP or ASP.NET page, I get
back -1 instead of -100.
It looks like the ADODB result set may be changing (reformatting?) the
result values.
Any suggestions as to what causes this?
 
V

Val Mazur \(MVP\)

Most likely it is not ADO itself, but provider or driver causes it. What is
your connection string?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top