Problem with deploing my project

Please discuss general Delphi programming topics here.

Problem with deploing my project

Postby ZarrinPour » November 1st, 2003, 1:23 pm

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.
ZarrinPour
Active Member
Active Member
 
Posts: 12
Joined: September 28th, 2003, 5:50 pm

Postby Johnny_Bit » November 2nd, 2003, 7:48 pm

You've got to instal on those computers Borland Database Engine... or try using ZEOS database components.
Johnny_Bit
VIP Member
VIP Member
 
Posts: 455
Joined: June 15th, 2003, 9:56 am


Return to Delphi Programming

Who is online

Users browsing this forum: No registered users and 2 guests

cron