Install application in client what need for perfect function then application?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
carlos
Posts: 1
Joined: Mon 14 Apr 2008 20:25

Install application in client what need for perfect function then application?

Post by carlos » Tue 15 Apr 2008 14:58

Today I install application and copy "dbexpoda40.dll" and "dbxadapter300.dll", but when start application i receive the message "the not load dbexpora.dll (126). It may be missing from the system path".

My Delphi 2007.

In the Client computer with delphi installed is OK running.

In the Client computer with mysql "dbexpmda40.dll", is OK.

So with "dbexpoda40.dll" not running.

What to do?

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

Post by Plash » Wed 16 Apr 2008 07:05

Check LibraryName property of TSQLConnection component. There should be 'dbexpoda40.dll' (not 'dbexpora.dll'). To set correct properties, you can double click TSQLConnection component and select 'Oracle by Core Lab' driver in the dialog box.

Post Reply