Include driver in the program

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
ricolebo
Posts: 40
Joined: Tue 12 Feb 2008 12:30

Include driver in the program

Post by ricolebo » Wed 11 Dec 2013 16:09

Hello,

I use dbExpress driver for firebird 4.1.2 on D7

I want to include the driver in my program (I don't want to install dbexpida.dll)

So I add DBXDevartInterBase in the uses clause, but I have this error :
[fatal Error] DBXDevartInterBase.pas(14): File not found : 'DBXDynalinkNative.dcu'

On my disk I don't have DBXDevartInterBase.dcu and it can't compile because I don't have DBXDynalinkNative.dcu.

What can I do ?

Thank you

AndreyZ

Re: Include driver in the program

Post by AndreyZ » Thu 12 Dec 2013 08:00

Hello,

dbExpress technology supports built-in drivers starting with version 4 that was introduced in RAD Studio 2007. If you want to use built-in drivers, you should upgrade at least to RAD Studio 2007. Also note that to use dbExpress driver for InterBase and Firebird as a built-in driver, you should use its source code edition.

ricolebo
Posts: 40
Joined: Tue 12 Feb 2008 12:30

Re: Include driver in the program

Post by ricolebo » Thu 12 Dec 2013 08:39

Thank you Andrey

But I really don't plan de upgrade Delphi (I have sources of the driver)
The driver dbpexint can be included even with D7 , no ?

Eric

AndreyZ

Re: Include driver in the program

Post by AndreyZ » Fri 13 Dec 2013 11:45

This is a limitation of dbExpress technology, not of our driver. If you want to make built-in driver, you should use RAD Studio 2007 or higher.

ricolebo
Posts: 40
Joined: Tue 12 Feb 2008 12:30

Re: Include driver in the program

Post by ricolebo » Thu 17 Jul 2014 16:07

Hi,

I am now in DelphiXE5
DBXDevartInterBase is in the uses clause, but dbpida40.dll in still required
What must I do to have built-in driver ?

Thank you

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Include driver in the program

Post by PavloP » Fri 18 Jul 2014 12:02

dbExpress driver for InterBase and Firebird with Source code includes the ReadMeSrc.txt file. The process of driver embedding to an application is described in the section "CodeGear RAD Studio 2007 and higher, dbExpress driver for InterBase and Firebird built-in version".

ricolebo
Posts: 40
Joined: Tue 12 Feb 2008 12:30

Re: Include driver in the program

Post by ricolebo » Mon 28 Jul 2014 12:43

Thank you PavloP

I have sources, I just didn't found the documentation on built-in driver ;)

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Include driver in the program

Post by PavloP » Mon 28 Jul 2014 15:08

If any questions concerning our products come up, please contact us.

Post Reply