51Testing软件测试论坛
标题:
sql中怎么调用data table 中的数据
[打印本页]
作者:
wxhero
时间:
2006-8-31 14:30
标题:
sql中怎么调用data table 中的数据
在脚本中或做database checkpoint时,如何在sql中调用data table 中的数据?谢谢!
作者:
xiaonan
时间:
2006-8-31 14:42
首先先用ADO连接数据库.然后再参考一下下面的代码?虽然不知道你要干吗?
while not rs.eof
datatable.setcurrentrow(i)
logname = datatable.value("name","Global")
logpasswd=datatable.value("passwd","Global")
rs("logname").value=logname
rs("logpasswd").value=logpasswd
i=i+1
rs.movenext
wend
作者:
wxhero
时间:
2006-8-31 17:08
十分感谢xiaonan斑竹,谢谢!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2