Re: Possible Problem with bind_param

2006-11-13 Thread David Wu
e against my Postgres 7.2 (DBD::Pg 1.21). It bound fine and returned the correct value. Yikes! Please update both of those right away - they are severely old and unsupported. Might want to check DBI as well. :) David Wu wrote: Thanks for the suggestion. I thought that might be the case as

Re: Possible Problem with bind_param

2006-11-10 Thread David Wu
ttribute to the the bind_param call, forcing the value to treated as a CHAR type. -----Original Message- From: David Wu [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 4:34 PM To: dbi-users@perl.org Subject: Possible Problem with bind_param Hi all, I came across some funny be

Re: Possible Problem with bind_param

2006-11-10 Thread David Wu
at 4:21 PM, Garrett, Philip ((MAN-Corporate)) wrote: David Wu wrote: [snip] I have some code that automatically tries to update a user's email address if it has changed when they come through using an integration. However, it seems that although there was no error with the database, th

Possible Problem with bind_param

2006-11-10 Thread David Wu
Hi all, I came across some funny behavior in Perl with the DBI package, and I don't know how to explain it or why it is happening. I've tried googling it, but haven't found anything yet. Here is the scenario: I have some code that automatically tries to update a user's email address if