| View previous topic :: View next topic |
| Author |
Message |
ZarrinPour Member
Joined: 28 Sep 2003 Posts: 8
|
Posted: 01/11/03 13:23 Post subject: Problem with deploing my project |
|
|
Hi all,
in the fist place please excuse me for my bad english.
I have problem with deploing my Delphi exe on other computers.I want to know what stuff(s) i have to include with my exe ?
I work with Delphi 6 and use MSQL Server 2000 (Interprise Edition) for my Database Project.
for example in my last project i have used the following component :
1) TDataSource
2) TTable
3) TDatabase
4) TQuery
5) ADOCommand & ADOConnection.
I have set "ConnectionString" of them with following value:
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;
Initial Catalog=MyDatabase;Data Source=mrz;Use Procedure for Prepare=1;
Auto Translate=True;Packet Size=4096;Workstation ID=MRZ;
Use Encryption for Data=False;Tag with column collation when possible=False
6) TStoredProc....that need an special Alias(SQL Server type)in its "Database Name" Property
I have created this alias through ODBC(Control Panel)
I know that my exe won't run properly on target machine but i want to know how can i create
the above alias and other stuff of my project when it installed on target machine. Have Installer program ability of creating Alias ?
Any advise appreciated.
Thanks. |
|
| Back to top |
|
 |
Johnny_Bit Senior Member
Joined: 15 Jun 2003 Posts: 102
|
Posted: 02/11/03 19:48 Post subject: |
|
|
| You've got to instal on those computers Borland Database Engine... or try using ZEOS database components. |
|
| Back to top |
|
 |
|