> I have a column that is of type bytea, is it actually possible to
> insert a NULL value into it?

Yes, but bytea is not a large object, it a binary data type. Change the 
cfsqltype to cf_sql_longvarbinary and it should work fine.

I'm not sure what magic is making your current code work for inserting a 
value, but the error message when you try a null is due to the fact that 
a large object in postgres is referenced using an object id but the data 
type of your column is bytea.


Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to