but i am not using sql security option i am using windows security option there is no option of userid or password. so i cant make the connection string.
Cannot see my updated rows in the database
Collapse
X
-
-
Sorry more of a direct link here: http://www.connectionstrings.com/sql-server-2008
Many SQL Server Express examples at the bottom.
CroCrew~Comment
-
CroCrew ,
if i create it in my desktop initialy. then move my project to the f:
there the problem arises.
ie the database cannot be attached. the error it gives, is there exists same db.mdf file in the desktop. so the db.mdf fie which is in the f: cannot be attached. but i have cut paste my project folder. there is no databade file of same name in the desktopComment
-
-
-
Database 'C:\Documents and Settings\doyel\ Desktop\clg project\library 1\library1\bin\ Debug\Database1 .mdf' already exists.
Could not attach file 'F:\clg project\library 1\library1\bin\ Debug\Database1 .mdf' as database 'Database1'.Comment
-
the 2nd option i have tried earlier but it still gives error with the new name of the database
can you plzzz tell me in C:documents and settings where do get the defntion?Comment
Comment