Thanks for the response.

> The problem relies on how the parameter is defined, your parameter is 
> defined only as DbType.String what isn't valid for Text Blob parameters
> as DbType.String is mapped by default to FbDbType.VarChar.
> In a case like this the FbPArameter.FbDbType should be set to 
> FbDbType.Text to get it to work.

This means that there only way to do this now is modifying the data source's
generated source code, isn't?

> ( Anyway i'm thinking on modify the Size property of the FbParameter 
> class to switch to FbDbType.Text when the size is greater than the max 
> size of a char/varchar field in firebird )

Or when size is -1?

Regards.



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to