Using coSmallIntPrecision raises "Param/Column out of range"

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Thiago Borges

Using coSmallIntPrecision raises "Param/Column out of range"

Post by Thiago Borges » Mon 03 Jul 2006 12:43

I'm trying to use the coSmallIntPrecision in TSQLConnection through SetOption and SmallIntPrecision on TCRSQLConnection but when I open the ClientDataSet Delphi raises the "Param/Column out of range" exception.

The error occurs only when the SmallIntField (NUMBER(5)) contains a null value.

Mapping the field to integer with IntegerPrecision seems ok.

Has a way to correct this behaviour?

Sorry for my english.

--
Thiago Borges

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 05 Jul 2006 08:51

We fixed this problem. This fix will be included in the next build of DbxOda.

Post Reply