Board index » delphi » Installation with BDE and ODBC
Henrik Eidem Kurka
![]() Delphi Developer |
Sun, 16 Feb 2003 03:00:00 GMT
|
Henrik Eidem Kurka
![]() Delphi Developer |
Sun, 16 Feb 2003 03:00:00 GMT
Installation with BDE and ODBC
I have written an application which uses an ms-access database which is
accesses using ODBC. Anyone know how to make a setup-procedure which installs the minimum required BDE files, and makes the ODBC-entry? I have tried to use this install-shield express (I think it is) that comes Thanx Henrik |
M.H. Avegaar
![]() Delphi Developer |
Mon, 17 Feb 2003 03:00:00 GMT
Re:Installation with BDE and ODBCInstallShield Express works fine if you select Full BDE and ODBC 3.0 objects. "Henrik Eidem Kurka" <he...@wmdata.no> schreef in bericht Quote> I have written an application which uses an ms-access database which is |
Henrik Eidem Kurk
![]() Delphi Developer |
Tue, 18 Feb 2003 19:12:02 GMT
Re:Installation with BDE and ODBCBut I haven't found a way to make the ODBC alias in Installshield. And, what if I doesn't want the full BDE? The ODBC-driver itself should be Henrik Quote"M.H. Avegaart" <avegaartNOS...@mccomm.nl> wrote in message Quote> InstallShield Express works fine if you select Full BDE and ODBC 3.0 |
M.H. Avegaar
![]() Delphi Developer |
Tue, 18 Feb 2003 20:12:07 GMT
Re:Installation with BDE and ODBCa. You can't use ODBC without the BDE (you are using the BDE to access ODBC). If you want to access ODBC directly I suggest a BDE replacement (see http://www.kylecordes.com/bag/index.html). b. Make sure the required ODBC DSNs are present on the PC. Select the ODBC "Henrik Eidem Kurka" <he...@wmdata.no> schreef in bericht Quote> But I haven't found a way to make the ODBC alias in Installshield. |
M.H. Avegaar
![]() Delphi Developer |
Tue, 18 Feb 2003 20:17:56 GMT
Re:Installation with BDE and ODBCps. You could also create the DSN at run-time. The following example demonstrates the use of SQLConfigDatasource for MS const function SQLConfigDataSource( function AddDSN(const DSN, Database, Description: String): Boolean; function RemoveDSN(const DSN: String): Boolean; function RepairDB(const Database: String): Boolean; function CompactDB(const Database1, Database2: String): Boolean; ps. Database filenames have to be put between quotes (") for RepairDB and "Henrik Eidem Kurka" <he...@wmdata.no> schreef in bericht Quote> But I haven't found a way to make the ODBC alias in Installshield. |
1. Adding a new ODBC Driver to the BDE during installation
4. Adding a new ODBC Driver to the BDE during installation
5. BDE installation - Local vs Shared installation?????
6. Deploying BDE - multiple BDE installations
7. bde without bde installation
8. BDE installation does not let me change where to install BDE
9. Problems with bde 5.0 installation on existings old BDE version