Error with GetSchema

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
insanekarma
Posts: 1
Joined: Tue 26 Jul 2016 19:57

Error with GetSchema

Post by insanekarma » Wed 27 Jul 2016 14:41

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

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Error with GetSchema

Post by Pinturiccio » Mon 01 Aug 2016 14:30

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.

Post Reply