Hi.
I have a application that i want to deploy to multiple pcs.
Included sql express 2005 to the prerequisites and is installed first time.
My pc has Sql Server 2005 and manager. The solution works 100% on my pc.
The connectionstrin g is the problem with the client pc.
I need the connectionstrin g to connect to sql express 2005 on the pc's that the solution will be installed on.
At the moment im using
This gives me error.
I have done this before but ive lost the project some time back.
Could anyone please help me.
I have a application that i want to deploy to multiple pcs.
Included sql express 2005 to the prerequisites and is installed first time.
My pc has Sql Server 2005 and manager. The solution works 100% on my pc.
The connectionstrin g is the problem with the client pc.
I need the connectionstrin g to connect to sql express 2005 on the pc's that the solution will be installed on.
At the moment im using
Code:
Server =(local);Data Source=.\SQLEXPRESS;DataBase=;Integrated Security=SSPI;Trusted_Connection=True
I have done this before but ive lost the project some time back.
Could anyone please help me.
Comment