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

Reply via email to