Does the file have to reside on the server and how do you call the routine
from Visual Basic?
Can this be done using the ADO Command object and is so, what is the syntax
(if you know).
Note I'm importing data from a PC CSV file to an AS400 DB2 database.
Thanks
> You can issue a command smthg similar to this
>
[quoted text clipped - 7 lines]
>
> Mehmet Baserdem
Mehmet Baserdem - 30 May 2006 22:14 GMT
Input file can reside on the client. ( refer to "CLIENT" option)
I have no idea/prior experience about sending this command through ADO
Command object. But you can use a stored procedure with ADO
Commandtype = StoredProcedure.
db2load stored procedure:
http://www-1.ibm.com/support/docview.wss?uid=swg21201292
Regards,
Mehmet Baserdem