Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-01-11 Thread Carlos Guzmán Álvarez
Hello: Thank you for all your work to integrate Guid support in the .Net provider. I'm now trying to read and write arbitrary length binary data (but not a blob.) It appears that this functionality was excluded when you integrated my changes, but I may have missed something. The original cod

Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: If possible, I think you should allow writing FbDbType.Binary to an OCTETS column. The statement above is going to be something a lot of developers are going to try and it is counter-intuitive if it doesn't work. At the very least, please give a good error message if a developer tries to

Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-02-01 Thread Carlos Guzmán Álvarez
Hello: I have committed some changes to the CVS, they need testing, i will try to test them before the weekend. If all goes well i will do a new release this weekend with these changes. A simple sample of usage on a insert command FbConnection c = new FbConnection(csb.ToString());