asp中,可以这样用吗??(狂谢)(10分)

  • 主题发起人 主题发起人 yukaikai
  • 开始时间 开始时间
Y

yukaikai

Unregistered / Unconfirmed
GUEST, unregistred user!
....
.....

myrs.open"SELECT * FROM 表1 where in_recommend='推荐'",
while not myrs.eof
coid=myrs("in_coid")

myrstemp.open"select * from 表2 where co_coid='"&coid&"'",
...
....
 
应该可以呀!
 
有什么不妥吗?
说来一听
 
asp 调用delphi写的CGI/ISAPI
<%
dim x;
x = '在ASP中确定x的值作为参数发往CGI程序
Response.Redirect "http://xsoft/scripts/onlink.exe?type=" &amp; x '这儿可能要用到ASP的URLEncode
%>
 
你还可以把这两句sql语句并在一起写

对了,我对您的ie工具栏按钮技术和情人节礼物都很感兴趣,你
能发一个给我么?
h@sun.net.cn
 
接受答案了.
 
后退
顶部