How to access data using VBSCRIPT from a stored procedure which contains values in Temp table ?
Posted
by Srivigneshwar
on Stack Overflow
See other posts from Stack Overflow
or by Srivigneshwar
Published on 2010-05-06T05:54:05Z
Indexed on
2010/05/06
5:58 UTC
Read the original article
Hit count: 235
Hi , for testing purpose I wrote a VBscript which will fetch values from Sybase by executing a stored procedure which contains values in temp table. When I run the script I get the following errors ,
"Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record."
or
"Item cannot be found in the collection corresponding to the requested name or ordinal."
Somewhere when I was googling I found that , the above error message will be shown when we use temp table in stored procedure, if that is the reason , then how can I access data via VBscript by executing the stored procedure ??
© Stack Overflow or respective owner