Thanx bob...I knew that! <g>  But I finally figured it out when I
found a post on yet another server where the same problem was encountered.
Originally one of the text files that came with the install said I needed to
also move an msg file into the same directory, but then in the course of
trying to figure other things out I was told I didn't need to move any of
the DLLs for embedded, that they would be found in their installation
folder.  Later still when I moved the fbembed.dll back alongside my app I
didn't move the msg file with it and thus the problem!  

from Robert Meek dba Tangentals Design  CCopyright 2006
Proud to be a moderator of "The Delphi Lists" at elists.org

(["An unused program is the consequence of a higher logic!", nil])  As
written in The Compendium of Accepted Robotic and Surrlogic Theorems Used in
the Self Analysis of Elemental Positronic Pathways...1st Edition Revised


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bob Swart
Sent: Thursday, January 25, 2007 3:41 AM
To: Moderated discussion list about database programming with Borland's
Delphi
Subject: Re: To Helen or any Firebird pros

Hi Robert,

>       At least this seems to compile!  Unfortunately however, I am now
> getting an error message when I attempt to run it thru the debugger saying
> that it cannot find the fbembed.dll, which is located not only where it
was
> originally installed, but also in the application's exe directory!   So
the
> only thing I can think of is that I'm still missing something in my
> connection string.  

Actually, when a DLL cannot be loaded because another DLL (one which is 
needed by the first one) cannot be found, then you can get a similar 
error message. Windows is often confusing errors re "finding" and 
"loading" the DLL (and its error messages).

This knowledge doesn't really help you, of course ;-)

Groetjes,
           Bob Swart

-- 
Bob Swart Training & Consultancy (eBob42.com)  Forever Loyal to Delphi
Blog: http://www.drbob42.com/blog - RSS: http://drbob42.com/weblog.xml
New Delphi 2006 Courseware e-books at http://www.eBob42.com/courseware
_______________________________________________
Delphi-DB mailing list
Delphi-DB@elists.org
http://www.elists.org/mailman/listinfo/delphi-db

_______________________________________________
Delphi-DB mailing list
Delphi-DB@elists.org
http://www.elists.org/mailman/listinfo/delphi-db

Reply via email to