Greetings,
I'm using the DoCmd.TransferT ext method to export the results of a MS
Access query to a csv file. The csv will then be used to load an Oracle
table.
In other systems such as TOAD for Oracle, it's possible to force an
additional comma delimiter after the last column, if the column is empty
on a particular row. Oracle requires this additional comma on empty
rightmost columns, for importing purposes.
I am unable to see how to do this in the Visual Basic TransferText
method, or in the MS Access export specifications.
Can this be done in VB/Access, and how?
I'm using the DoCmd.TransferT ext method to export the results of a MS
Access query to a csv file. The csv will then be used to load an Oracle
table.
In other systems such as TOAD for Oracle, it's possible to force an
additional comma delimiter after the last column, if the column is empty
on a particular row. Oracle requires this additional comma on empty
rightmost columns, for importing purposes.
I am unable to see how to do this in the Visual Basic TransferText
method, or in the MS Access export specifications.
Can this be done in VB/Access, and how?
Comment