DoCmd.TransferDatabase in VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitkumar19
    New Member
    • Feb 2008
    • 4

    DoCmd.TransferDatabase in VB6

    hello dear
    when i use this statements in vb6 for transfer data to one another

    DoCmd.TransferD atabase acImport, "dBase III", "C:\Data", acTable, _
    "Test112A.d bf", "TempFile"

    then give a error msg " this operation required open data base.
    whats the reason can i open databse connection or not

    i used refrence like
    1> microsoft dao3.51 object library
    2> microsoft access 10.0 object library
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to VB Forum.
    Last edited by Killer42; Feb 12 '08, 09:45 PM. Reason: There isn't any VB6 forum.

    Comment

    Working...