Click here to Skip to main content
15,905,971 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I keep getting this error? Any suggestions?
An attempt to attach an auto-named database for file C:\Invoicing.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.


The code is below

ObjConnection.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Invoicing.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True";
Posted
Comments
[no name] 1-May-12 22:52pm    
The message is pretty clear. What is it that you are having trouble with?

Check out http://connectionstrings.com[^].
This site is a big help with connection strings.
 
Share this answer
 
v2
 
Share this answer
 
v2
Server=.\SQLExpress;AttachDbFilename=c:\mydbfile.mdf;Database=dbname; Trusted_Connection=Yes

try the above code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900