Page 1 of 1

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

Posted: Tue 15 Apr 2008 14:58
by carlos
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?

Posted: Wed 16 Apr 2008 07:05
by Plash
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.