Re: $sth->{'NAME'} and $dbh->column_info() broken in DBD-mysql-3.x ?
Daniel Kasak <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
Daniel Kasak wrote:
>
> my $sth = "select * from any_table where 0=1";
Yeah. Make that:
my $sth = $dbh->prepare("select * from any_table where 0=1");
O:-)
--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [email protected]
website: http://www.nusconsulting.com.au
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/[email protected]