Deploy SQL Express so my app still works on other machines
- From: "John" <a@xxxxx>
- Date: Sun, 14 May 2006 22:32:05 +0200
Hi all,
I have an app which uses an SQL Express database. The problem I'm
encountering is that when I deploy the app (including installing SQL
Express) my app cannot connect to the database. What is it I have to do to
get this working? Is it the format of my connection string within my app.
I was under the impression developing using SQL Express was straight-forward
(which it was on my dev box) but deploying it and still having the app
working seems a nightmare.
My connection string dev-side is the following:
"Data Source=.\SQLEXPRESS;AttachDbFileName=|DataDirectory|PM.mdf;Integrated
Security=True;User Instance=True"
Regards
John.
.
- Follow-Ups:
- RE: Deploy SQL Express so my app still works on other machines
- From: Vincent Xu [MSFT]
- Re: Deploy SQL Express so my app still works on other machines
- From: Roger Wolter[MSFT]
- RE: Deploy SQL Express so my app still works on other machines
- Prev by Date: Installing MSDE without password in Windows 2003
- Next by Date: Re: MSDE vs SQL Server Express performance
- Previous by thread: Installing MSDE without password in Windows 2003
- Next by thread: Re: Deploy SQL Express so my app still works on other machines
- Index(es):
Relevant Pages
|
Loading