DELPHI AREA
MESSAGE BOARD
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with deploing my project

 
   Reply to topic    DELPHI AREA Forum Index -> Delphi Programming
View previous topic :: View next topic  
Author Message
ZarrinPour
Member


Joined: 28 Sep 2003
Posts: 8

PostPosted: 01/11/03 13:23    Post subject: Problem with deploing my project Reply with quote

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
View user's profile
Johnny_Bit
Senior Member


Joined: 15 Jun 2003
Posts: 102

PostPosted: 02/11/03 19:48    Post subject: Reply with quote

You've got to instal on those computers Borland Database Engine... or try using ZEOS database components.
Back to top
View user's profile
Display posts from previous:   
   Reply to topic    DELPHI AREA Forum Index -> Delphi Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB 2.0.6 © 2001, 2002 phpBB Group