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.