还是邹的这篇文章,怎么也不理解move语句的意思,明天中午急用!
文章http://www.csdn.net/develop/Read_Article.asp?id=25853
我不理解
iSql = iSql & ",move '" & iRe("LogicalName") & _
"' to '" & sDataBasePath & sDataBaseName & iReturn & vbCrLf
我执行到iDb.Execute iSql时就跳到lbErr处了,不知道是不是我参数没传好?
不理解move到底是做什么?明天中午急用,定要救我
我的调用语句是
Dim str As String
str = fRestoreDatabase_a("E:\winxp\Microsoft Visual Studio\VB98\projectforexe\sd\beifen\dzw.dat", "E:\winxp\Microsoft Visual Studio\VB98\projectforexe\sd\huifu", ddd)