Re: [Firebird-net-provider] TableAdapters & Firebird .NET Provider

2006-10-20 Thread Paul Cook
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Cincura Sent: 20 October 2006 15:13 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] TableAdapters & Firebird .NET Provider Paul Cook wrote: > One o

Re: [Firebird-net-provider] TableAdapters & Firebird .NET Provider

2006-10-20 Thread Jiri Cincura
Paul Cook wrote: > One of the fields in the Firebird table is a blob type (which the > TableAddapter has as Object type) and when I hit ‘Update’ I get ‘Value > cannot be null’ on that field. Is in DataTable null "value" allowed? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.I

[Firebird-net-provider] TableAdapters & Firebird .NET Provider

2006-10-20 Thread Paul Cook
Hi   I’m hooking up my Firebird table to a GridView via a TableAdapter and I’m having a few problems.   One of the fields in the Firebird table is a blob type (which the TableAddapter has as Object type) and when I hit ‘Update’ I get ‘Value cannot be null’ on that field.   I’ve trie