CPAN Upload: T/TI/TIMB/DBI-1.23.tar.gz

2002-05-25 Thread PAUSE
The uploaded file DBI-1.23.tar.gz has entered CPAN as file: $CPAN/authors/id/T/TI/TIMB/DBI-1.23.tar.gz size: 235409 bytes md5: 6e95f1dda641a2b46c9125d81b148a80 No action is required on your part Request entered by: TIMB (Tim Bunce) Request entered on: Sat, 25 May 2002 17:37:30 GMT R

Re: Multiple INSERTS

2002-05-25 Thread Tim Bunce
Fetch DBI 1.22 and study the t/15array.t file which gives examples of the new bind_param_array() and execute_array() methods. (There are no docs yet). You won't see much speed up yet - but a later DBD::ODBC release could support those methods directly and then you certainly woul

excessive memory usage not being released?

2002-05-25 Thread Zachary Buckholz
I have a program which submits websites to search engines etc. It currently submits to just under 10,000 and updates a text file as it runs. When it's done it imports the data from the text file into a Microsoft SQL database that I connect to using FreeTDS and the DBD::Sybase. What I noticed is t