Re: [GENERAL] Not able to insert binary Data having NULL

2007-10-11 Thread Richard Huxton
Manish Jain wrote: I have bytea column in one table and using C language, I am trying to insert a binary data (having NULLs) into bytea column, but it just inserts/updates till NULL reached. Please let know whether I am missing something. Probably, but you'll need to explain how you're

Re: [GENERAL] Not able to insert binary Data having NULL

2007-10-11 Thread Albe Laurenz
Manish Jain wrote: I have bytea column in one table and using C language, I am trying to insert a binary data (having NULLs) into bytea column, but it just inserts/updates till NULL reached. Please let know whether I am missing something. I guess that when you say NULL you don't mean

[GENERAL] Not able to insert binary Data having NULL

2007-10-10 Thread Manish Jain
Hi, I have bytea column in one table and using C language, I am trying to insert a binary data (having NULLs) into bytea column, but it just inserts/updates till NULL reached. Please let know whether I am missing something. Any other approach - may I use some data type instead of