Page 1 of 1
Error with GetSchema
Posted: Wed 27 Jul 2016 14:41
by insanekarma
The GetSchema function does not return the scale and precision for field of type NUMERIC. For eg. for a field with type NUMERIC(22,2). The GetSchema function only returns the length of the field as 22 without and scale or precision information. Is this a known bug? If so, what is ETA of the fix?
Thanks
Re: Error with GetSchema
Posted: Mon 01 Aug 2016 14:30
by Pinturiccio
We could not reproduce the issue. Please provide the following information:
1. The connection mode you use: Direct or OCI;
2. dotConnect for Oracle version and edition;
3. Connection string (roughly, without credentials);
4. Oracle server version;
5. Oracle table DDL script;
6. If possible, please create and
send us a small test project.