Compatibility with Borland's driver

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
George Gravos

Compatibility with Borland's driver

Post by George Gravos » Tue 15 May 2007 18:31

Which would be the parameters we need to set (to a value different that their default) in order to have your driver work in "compatibility" mode to the Borland's driver?

This is essential in order to have a smooth and gradual transition from Borland's to your driver.

Thanks in advance for your help.
George

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

Post by Challenger » Wed 16 May 2007 09:09

The default behavior of DbxIda differs from the behavior of standard dbExpress driver for InterBase in preparing of queries and mapping of some data types. To tune this behavior please use Prepared and OptimizedNumerics driver extended options.

yoda
Posts: 6
Joined: Tue 15 May 2007 20:06
Location: Athens, Greece

Post by yoda » Wed 16 May 2007 09:36

so, what you are saying is that if I set Prepared to false and OptimizedNumerics also to false I will get a behavior compatible to that of borland's driver. Am I correct in saying so?

TIA

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

Post by Challenger » Fri 18 May 2007 08:51

Set the Prepared option to True and the OptimizedNumerics option to False.

Post Reply