User Profile

Collapse

Profile Sidebar

Collapse
ASVa
ASVa
Last Activity: Dec 30 '11, 07:29 AM
Joined: Dec 28 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ASVa
    replied to ADO.connection
    and also i must compare in my test SQL databases after updateing my accounting program
    See more | Go to post

    Leave a comment:


  • ASVa
    replied to ADO.connection
    I want to restore my database and result must be a query executed successfully
    See more | Go to post

    Leave a comment:


  • ASVa
    started a topic ADO.connection

    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...
    See more | Go to post
No activity results to display
Show More
Working...