From:
<car...@te...> - 2003-12-19 19:15:18
|
Hello: > I get an Array out of Bounds Exception. What am I doing wrong ? I have tested your code with success, which version of the .NET Provider are you using ?? Can you send the Stack trace of the Exception ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain P.S: FbDbType.Text is for ascii blobs, for varchar fields you can use FbDbType.VarChar that is more correct given the field datatype. |