Hello, Jeff Urlwin wrote: > That is an issue with the database itself. I believe there may be a > workaround (check the archives). There is a "hack" which may allow this for > you. Here's the text of the patch (from the DBD::ODBC pod documentation).
Thank you very much indeed. It works. I'am not sure that I have found the old messages in the archives. http:[EMAIL PROTECTED]/msg08989.html But I don't understand that code. How can I use multiple statements if sql server doesn't support it? > > $dbh->{odbc_SQL_ROWSET_SIZE} = 2; # Any value > 1 I only add this line to my code and I can use nested sql statements. :-) Greetings Stefan
