Migrating from Borland DBExpress driver to Devart

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
tstoicescu
Posts: 1
Joined: Wed 25 Jun 2008 07:50
Location: Galati, Romania
Contact:

Migrating from Borland DBExpress driver to Devart

Post by tstoicescu » Wed 25 Jun 2008 08:29

Hello

After changed from Borland DBExpress for interBase driver to Devart DbExpress driver we encountered some problems:

1. On some edit we receive "Record not found or changed by another user" error. The same edit with Borland driver work well (on the same database). I don't understand very well when apear this error.


2 When runing with Ide. Program stop in debuger with error "EIBCError with mesage "Dynamic Sql Error Input parameter mismatch for procedure ..." on the first time of execution of the same procedure. I use tSQLDataset foe execution of firebird stored proc. If I set driver parameter Prepared=False the error does not occur.

Driver Parameter is:
OptimizeNumerics=False,
EnableBCD=True,
Prepared=True
Delphi 7.0
Firebird 2.0


Thanks,
Tiberiu Stoicescu

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 01 Jul 2008 12:09

We could not reproduce these problems. Please send to dbxida*devart*com a complete small sample that demonstrates the problems, including the script for creating database objects.

Post Reply