Help
I have a CSV file that I need to import to access db using ADO. This was originally done in VBA by using :
DoCmd.TransferDatabase acImport, "Microsoft Access", MelDatabaseLocation, acTable, InTableName, DestTablename
I need to do the same import in ADO. I have opened the CSV file line by line and used the Addnew method but this is far too slow as the file is large.
There must be some quicker way to import a csv file using ADO.
Please help as I a VERY STUCK
DamoOz
I have a CSV file that I need to import to access db using ADO. This was originally done in VBA by using :
DoCmd.TransferDatabase acImport, "Microsoft Access", MelDatabaseLocation, acTable, InTableName, DestTablename
I need to do the same import in ADO. I have opened the CSV file line by line and used the Addnew method but this is far too slow as the file is large.
There must be some quicker way to import a csv file using ADO.
Please help as I a VERY STUCK
DamoOz