Numeric Problem

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
KT

Numeric Problem

Post by KT » Tue 09 Nov 2004 01:42

hi all,
i try to create a decimal(3,2) Field, input 100 and save. it can save as 100 in SQL Server but it get '11' when i load it from SQL Server again. After i Alter the column to be decimal(4,2) and get the data again, it can show 100. What is the Problem ? (By using dbexpress driver for SQL Server)

Thx
Kevin

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Numeric Problem

Post by Ikar » Tue 09 Nov 2004 09:27

Please supply us following information

- Version of Delphi or C++ Builder
- Version of DbxSda. You can find it in ReadMe.txt or in DLL version info
- Version of Microsoft SQL Server and OLE DB provider that you use

KT

Numeric Problem

Post by KT » Wed 10 Nov 2004 01:35

i'm using D7, Core Lab dbexpress of SQL Server 1.86 and using SQL Server 2000

Thx

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 11 Nov 2004 08:16

It's known problem and we've already fixed it.
Please download the last DbxSda version (2.00).

Post Reply