Hi, all
i'm witting an application that is loading data into database tables via numerous inserts. The insert of a few hundred records is taking hours.
After a review the code I believe that the application will benefit from preparing the insert SQL statements prior to execution.
I review the CLI manual and it was not clear for VB.
Question is there any sample code that demonstrates how to prepare insert SQL statements within a Microsoft Visual Basic (VB) application?
Environment
===========
> Windows 2000 service pack 3
> DB2 UDB EE 7.2 fix pack 9
> Microsoft Visual Basic 6.0
Thanks in advance for any help.
i'm witting an application that is loading data into database tables via numerous inserts. The insert of a few hundred records is taking hours.
After a review the code I believe that the application will benefit from preparing the insert SQL statements prior to execution.
I review the CLI manual and it was not clear for VB.
Question is there any sample code that demonstrates how to prepare insert SQL statements within a Microsoft Visual Basic (VB) application?
Environment
===========
> Windows 2000 service pack 3
> DB2 UDB EE 7.2 fix pack 9
> Microsoft Visual Basic 6.0
Thanks in advance for any help.