Hi guys, this is not a problem in the provider or something like it,
but i m with a little doubt stuck in my head and i cant find info
about, i m learning C# and ADO.NET by myself, i think that this is
stupid but....

My question is about field size in the parametes, especially in
numeric types and blob.. for example, the field above is
NUMERIC(10,3), how should i put the size? 13? Whant about integer
fields, how do i set the size? And Blobs?

cmdUpdate.Parameters.Add(new FbParameter("@PRO_QTDE",
FbDbType.Numeric, 13, "PRO_QTDE"));


I think its kinda stupid hehe hope you guys dont mind helping me out.

Thanx in advance,

Fábio.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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