bind params.... again!!!! :)

2001-02-16 Thread Pete Coales
i have a bind_variable containing '0' (zero). When i bind it it gets inserted in the database as a space!!! How come? And how the hell do stop it from doing it...??? perl 5 on Suse Linux accessing oracle 7. Pete Coales senior developer ramesys

Re: bind params.... again!!!! :)

2001-02-16 Thread Honza Pazdziora
On Fri, Feb 16, 2001 at 04:08:56PM -, Pete Coales wrote: i have a bind_variable containing '0' (zero). When i bind it it gets inserted in the database as a space!!! Maybe you have atrigger on the table that replaces all zeroes with spaces? How come? And how the hell do stop it from

FW: bind params.... again!!!! :)

2001-02-16 Thread Pete Coales
ah! bug in my program thousand apologies! -Original Message- From: Pete Coales [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 4:09 PM To: dbi mailing list Subject: bind params again :) i have a bind_variable containing '0' (zero). When i bind it it gets

Re: bind params.... again!!!! :)

2001-02-16 Thread Tim Bunce
On Fri, Feb 16, 2001 at 06:11:01PM +0100, Honza Pazdziora wrote: On Fri, Feb 16, 2001 at 04:08:56PM -, Pete Coales wrote: How come? And how the hell do stop it from doing it...??? Instead of shouting, posting in HTML and including JPEGs, why not show a minimum code that demonstrates