Re: NULL = undef, even in Perl list?

2009-03-10 Thread Scott Smith
Hi Brian, What was the return value of execute()? Was there a DBI error message set afterward? ($sth_upd[$_]-errstr) You're right that passing undef should work just fine as one of the execution params should translate into a NULL on the database side. Yeah, as long as it's in the 1st or

NULL = undef, even in Perl list?

2009-03-09 Thread Brian H. Oak
I *think* this used to work, but recently stopped working. I have a program that is designed to work on MS SQL Server. My program prepares an array of statement handle references by repeatedly interpolating several scalar variables with placeholders: for ( 0..$#uptabcol ) { $sqlcommand