将Recordset从ASP页面传递到另一个HTML页面?
我正在寻找一种方法将已经在
中检索到的另一个HTML页面的ADO记录集传递给另一个HTML页面。有人可以提供一个
的小样本或链接来看看这是怎么做的吗?
问候,
奥斯卡
I am looking for a way to pass an ADO recordset that has been retrieved in
an ASP page to another HTML-page. Is there someone who can provide me with a
small sample or a link to see how this is done?
regards,
Oscar
" Oscar" < ok*@xs4all.nl>在留言中写道
news:em ************** @ tk2msftngp13.phx.gbl ...
"Oscar" <ok*@xs4all.nl> wrote in message
news:em**************@tk2msftngp13.phx.gbl...
我正在寻找一个将在ASP页面中检索到的ADO记录集传递给另一个HTML页面的方法。有没有人可以为我提供
a小样本或链接,看看这是怎么做的?
问候,
奥斯卡
I am looking for a way to pass an ADO recordset that has been retrieved in
an ASP page to another HTML-page. Is there someone who can provide me with a small sample or a link to see how this is done?
regards,
Oscar
你可以使用ADO'的ReadAll()并传递结果
(取决于记录集的大小)。
You could use ADO''s ReadAll() and pass the result
(depending on how big the recordset is).
你好McKirahan ,
无法像页面的参数那样直接传递记录集吗?
" McKirahan" <氖** @ McKirahan.com> schreef in bericht
新闻:YI ******************** @ comcast.com ...
Hi McKirahan,
no way to pass the recordset directly like an argument of a page ?
"McKirahan" <Ne**@McKirahan.com> schreef in bericht
news:YI********************@comcast.com...
" ;奥斯卡" < ok*@xs4all.nl>在消息中写道
新闻:em ************** @ tk2msftngp13.phx.gbl ...
"Oscar" <ok*@xs4all.nl> wrote in message
news:em**************@tk2msftngp13.phx.gbl...
我正在寻找一种方法来传递已在HTML页面中检索到另一个HTML页面的ADO记录集。是否有人可以提供
I am looking for a way to pass an ADO recordset that has been retrieved
in
an ASP page to another HTML-page. Is there someone who can provide me
with
小样本或链接以了解如何完成此工作?
问候,
Oscar
small sample or a link to see how this is done?
regards,
Oscar
您可以使用ADO的ReadAll()并传递结果
(取决于记录集的大小)。
You could use ADO''s ReadAll() and pass the result
(depending on how big the recordset is).
" Oscar" < ok*@xs4all.nl>在消息中写道
新闻:OA ************** @ TK2MSFTNGP09.phx.gbl ...
"Oscar" <ok*@xs4all.nl> wrote in message
news:OA**************@TK2MSFTNGP09.phx.gbl...
嗨McKirahan,
无法像页面的参数那样直接传递记录集吗?
" McKirahan" <氖** @ McKirahan.com> schreef in bericht
新闻:YI ******************** @ comcast.com ...
Hi McKirahan,
no way to pass the recordset directly like an argument of a page ?
"McKirahan" <Ne**@McKirahan.com> schreef in bericht
news:YI********************@comcast.com...
" Oscar" < ok*@xs4all.nl>在消息中写道
新闻:em ************** @ tk2msftngp13.phx.gbl ...
"Oscar" <ok*@xs4all.nl> wrote in message
news:em**************@tk2msftngp13.phx.gbl...
我正在寻找一种方法来传递已在HTML页面中检索到另一个HTML页面的ADO记录集。是否有人可以提供
I am looking for a way to pass an ADO recordset that has been retrieved
in
an ASP page to another HTML-page. Is there someone who can provide me
with
小样本或链接以了解如何完成此工作?
问候,
Oscar
small sample or a link to see how this is done?
regards,
Oscar
您可以使用ADO的ReadAll()并传递结果
(取决于记录集的大小)。
You could use ADO''s ReadAll() and pass the result
(depending on how big the recordset is).
[请不要发帖。 ]
通过QueryString和名称/值对?
记录集中有多少数据?
总长度超过1000个字符?
[ Please don''t top post. ]
Via QueryString and name/value pairs?
How much data is in the record set?
WIll the total length exceed 1,000 characters?