Discussion:
Deploying DBX4 Appl.
(too old to reply)
Serra
2008-01-28 10:47:17 UTC
Permalink
D2007, IB2007

For Delphi 7, we just placed Crtl & MidasLib
on mainform Uses and place just 1 DLL ( dbexpint.dll )
in the application EXE folder.

What about in D-2007 ? same thing or different ?

Thank you.
Bill Todd
2008-01-28 12:52:03 UTC
Permalink
Post by Serra
What about in D-2007 ? same thing or different ?
Different. You can no longer add libraries to the uses clause. You must
deploy the DLLs.
--
Bill Todd (TeamB)
Serra
2008-01-28 20:10:59 UTC
Permalink
Thank you Bill.
Can you please tell me which DLL s ?
Post by Bill Todd
Different. You can no longer add libraries to the uses clause. You must
deploy the DLLs.
Bill Todd (TeamB)
Bill Todd
2008-01-28 19:56:50 UTC
Permalink
Post by Serra
Can you please tell me which DLL s ?
MIDAS.DLL and the driver DLL for the database you are using. My
understanding is that you also have to deploy the dbx3 to dbx4 bridge
dll if you are using a dbx3 driver. I cannot recall the name of the dll
but you should be able to find it in the help or the propertiess of the
SQLConnection component.
--
Bill Todd (TeamB)
Thomas Pfister
2008-01-29 06:14:55 UTC
Permalink
Bill,
the unit MidasLib works like in dbx3, meaning no deployment mandatory

:-) thomas
Post by Bill Todd
Post by Serra
What about in D-2007 ? same thing or different ?
Different. You can no longer add libraries to the uses clause. You must
deploy the DLLs.
--
Bill Todd (TeamB)
Bill Todd
2008-01-29 12:59:58 UTC
Permalink
Post by Thomas Pfister
the unit MidasLib works like in dbx3, meaning no deployment mandatory
Right. Only the DBX DLLs are affected.
--
Bill Todd (TeamB)
Serra
2008-01-29 19:05:03 UTC
Permalink
Summary, to deploy a dbx4 application
1- I should add MidasLib into my Main form uses
what about adding also CRTL into Uses ?

2- I should place just Borland.DataExpoler.Dbx.Dll
in my EXE folder

Correct ?
Post by Bill Todd
Post by Thomas Pfister
the unit MidasLib works like in dbx3, meaning no deployment mandatory
Right. Only the DBX DLLs are affected.
--
Bill Todd (TeamB)
Loading...