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
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
Comment