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
Numeric Problem
Re: Numeric Problem
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
- 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
i'm using D7, Core Lab dbexpress of SQL Server 1.86 and using SQL Server 2000
Thx
Thx