Still problems with bind param

2001-09-20 Thread Lothar Behrens
Hello, I searched the internet for any solution about binding parameters to the SQL statement. I read something, that in WIN32ODBC, binding parameters is not supported. I have the following environment: W2K TS, Activestate Perl, WIN32ODBC driver. I use this statements: $sql = "insert into $ta

place holders don't work (was perl and DBI)

2001-08-31 Thread Lothar Behrens
ion of perl and downloaded this file: DBI-1.20.tar.gz Can anybody tell me, that similar installations work correctly? Also, I don't see any message from the 'die(...: $sth::errstr' part. Please send a cc for this thread to [EMAIL PROTECTED] Then I am able to find solutions on weeken

perl and DBI

2001-08-31 Thread Lothar Behrens
00 MB ! This is because I have to fill ca. 400 K lines of data into a database. The script dies after 27 K of that lines. Tests with some data works. When the data comes from a extra file, can I then handle this amount of data ? Thanks Lothar Behrens The part of code that inserts the data is like