M
Milsnips
hi there,
i;m doing a loop of a few hundred records and inserting into database using
the MS data dll, and the following line
dim sql as string = "mysql code is here..."
microsoft.applicationblocks.data.sqlhelper.executenonquery(configurationsettings.appsetting("db"),commandtype.text,sql)
After a large number of records, i see its not closing the sql process, and
the process remain in "sleeping" mode.
How can i fix this?
thanks,
Paul
i;m doing a loop of a few hundred records and inserting into database using
the MS data dll, and the following line
dim sql as string = "mysql code is here..."
microsoft.applicationblocks.data.sqlhelper.executenonquery(configurationsettings.appsetting("db"),commandtype.text,sql)
After a large number of records, i see its not closing the sql process, and
the process remain in "sleeping" mode.
How can i fix this?
thanks,
Paul