Subject | Re: [firebird-support] problems with .net provider` |
---|---|
Author | Helen Borrie |
Post date | 2005-09-05T00:46:45Z |
At 04:39 PM 4/09/2005 -0500, you wrote:
As a consideration to others, you should avoid posting messages and
requests to list servers in non-plain-text formats. Some of the
Sourceforge list servers seem to enforce this rule.
string as input to a text blob for inserts and updates; and it can accept
some string functions in search expressions.
So you do need to post to the firebird-net-provider list to find out
exactly how to make the .net provider read a text blob as a string (or to
alert the developer to a possible documentation error...)
^ heLen
>I can't get access to the .net provider mailing list, so here I am.I've subscribed you as jgarry@....
As a consideration to others, you should avoid posting messages and
requests to list servers in non-plain-text formats. Some of the
Sourceforge list servers seem to enforce this rule.
>The .net provider promises:Firebird doesn't read text blobs as strings. What it can do is accept a
>
> "Transparent Text BLOB Support
>BLOB fields with TEXT subtype can be accessed as strings transparently."
>
>
>
>Not true. I had to do something like the following:
>
>
>
>byte[] chr = new byte[500];
>
>myReader.GetBytes(2, 0, chr, 0, 500);
>
>
>
>Has anyone else run into this?
string as input to a text blob for inserts and updates; and it can accept
some string functions in search expressions.
So you do need to post to the firebird-net-provider list to find out
exactly how to make the .net provider read a text blob as a string (or to
alert the developer to a possible documentation error...)
^ heLen