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&"'",
...
....
.....
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&"'",
...
....