Is there an API for loading a large # of non-transactional rows directly into a DB2 table?
I know there are some CLI commands for doing this, but it isn’t clear what is directly supported from the .Net APIs.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the ADMIN_CMD stored procedure, which gives SQL applications access to the LOAD utility and many other administrative commands. Here’s the relevant info for DB2 9.5: http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/com.ibm.db2.luw.sql.rtn.doc/doc/r0023577.html