User Profile
Collapse
Profile Sidebar
Collapse
ASVa
Last Activity: Dec 30 '11, 07:29 AM
Joined: Dec 28 '11
Location:
-
and also i must compare in my test SQL databases after updateing my accounting program -
I want to restore my database and result must be a query executed successfullyLeave a comment:
-
ADO.connection
Hello
I write this code
Set aCon = ADO.CreateConne ction
aCon.Connection String = cConnectionStri ng
aCon.Open
aCon.CommandTim eout = 300
Set aCmd2 = ADO.CreateComma nd
aCmd2.ActiveCon nection = aCon
aCmd2.CommandTy pe = adCmdText
aCmd2.CommandTe xt =
"RESTORE DATABASE as_testing_test "& _
" FROM DISK = 'D:\Program Files\Microsoft...
No activity results to display
Show More
Leave a comment: