http://qs1969.pair.com?node_id=73848


in reply to (Boo) Re: Dereference an array reference
in thread Dereference an array reference

Thank You! I wasn't understanding placeholders. Now I just have to figure out why I'm getting two error messages.
1.) disallowed implicit conversion from datatype 'varchar' to datatype 'int'.
After attempted adjustment
2.) syntax error converting CHAR value 'ARRAY(XXXXXXX)' to an INT4 field

Replies are listed 'Best First'.
Re: Re: (Boo) Re: Dereference an array reference
by boo_radley (Parson) on Apr 19, 2001 at 19:28 UTC
    It sounds like you're :
    1. stuffing non-integer values into an integer field.
    2. not deferencing the array.