dbExpress MSSQL - Windows XP SP2

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

dbExpress MSSQL - Windows XP SP2

Post by Clovis Rossi » Fri 02 Sep 2005 12:34

I'm using dbexpsda.dll v1.70, and it's incompatible with Windows XP SP2, but it works with SP1. I don't want to use v2.5, because the type float was changed to fmtbcd and all systems developed are using the float type and a update to v2.5 would imply in several changes in my source files.
What can I do?

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

Post by Ikar » Mon 05 Sep 2005 12:08

To make field behave as it used to set EnableBCD option to False.
You can read about it in DbxSda ReadMe

Post Reply