テスト目的で、一時テーブルに値を含むストアド プロシージャを実行して Sybase から値をフェッチする VBscript を作成しました。スクリプトを実行すると、次のエラーが表示されます。
"Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record."
また
"Item cannot be found in the collection corresponding to the requested name or ordinal."
グーグルで検索していたところ、ストアド プロシージャで一時テーブルを使用すると上記のエラー メッセージが表示されることがわかりました。QTP を使用して VBScript を実行しています