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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-03-13 : 17:07:43
|
David writes "Hello,
I just want to return the number of rows in a result of a stored procedure called from an ASP page ...
In my source code, i have
with CmdMyProc [...]
Set ObjRsTest = .Execute [...] end with
response.write(ObjRsTest.RecordCount)
but I only get a "-1" ... really sad ...
Could you help me please." |
|
|
|
|
|