Click here to Skip to main content
15,892,059 members
Home / Discussions / Database
   

Database

 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
janat_Al_donia11-Sep-09 4:27
janat_Al_donia11-Sep-09 4:27 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
Coding C#11-Sep-09 4:39
Coding C#11-Sep-09 4:39 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
εїзεїзεїз11-Sep-09 6:14
εїзεїзεїз11-Sep-09 6:14 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
janat_Al_donia11-Sep-09 8:47
janat_Al_donia11-Sep-09 8:47 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
εїзεїзεїз11-Sep-09 9:21
εїзεїзεїз11-Sep-09 9:21 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
εїзεїзεїз11-Sep-09 6:02
εїзεїзεїз11-Sep-09 6:02 
AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Md. Marufuzzaman11-Sep-09 5:37
professionalMd. Marufuzzaman11-Sep-09 5:37 
AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Henry Minute11-Sep-09 10:24
Henry Minute11-Sep-09 10:24 
You are using forward slashes throughout your connection string. Change them all to back slashes.

./SQLExpress should be .\SQLExpress

Your AttachDBFileName is C:/whatever/wherever/......... and should be C:\whatever\wherever\.........

If you do that all should work.

When you get an error message you should pay attention to what it says. The error message talked about the SQL Server. The only reference to the server was ./SQLExpress, so that is where you should start looking. Changing it, as I suggest would possibly have caused a different error (for the slashes in your path, although that might have worked, I haven't tested it). Always read your error messages carefully! Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Abhishek Sur11-Sep-09 11:21
professionalAbhishek Sur11-Sep-09 11:21 
Questionhelp with storage engine in a sql server 2005 Pin
shankbond10-Sep-09 23:02
shankbond10-Sep-09 23:02 
AnswerRe: help with storage engine in a sql server 2005 [modified] Pin
Henry Minute11-Sep-09 0:17
Henry Minute11-Sep-09 0:17 
Question"A member could not be added to a local group because the member has the wrong account type.[0*8007056c]" Pin
manish.m.meshram10-Sep-09 22:30
manish.m.meshram10-Sep-09 22:30 
GeneralSqlHierarchyId insert Pin
Mycroft Holmes10-Sep-09 18:37
professionalMycroft Holmes10-Sep-09 18:37 
GeneralRe: SqlHierarchyId insert [resolved] Pin
Mycroft Holmes10-Sep-09 19:49
professionalMycroft Holmes10-Sep-09 19:49 
QuestionMass Insert Pin
zeusToronto10-Sep-09 17:04
zeusToronto10-Sep-09 17:04 
AnswerRe: Mass Insert Pin
Mycroft Holmes10-Sep-09 18:31
professionalMycroft Holmes10-Sep-09 18:31 
GeneralRe: Mass Insert Pin
PIEBALDconsult14-Sep-09 7:19
mvePIEBALDconsult14-Sep-09 7:19 
AnswerRe: Mass Insert Pin
David Skelly10-Sep-09 22:52
David Skelly10-Sep-09 22:52 
AnswerRe: Mass Insert Pin
Henry Minute11-Sep-09 10:32
Henry Minute11-Sep-09 10:32 
Questionhelp writing query Pin
michaelgr110-Sep-09 9:08
michaelgr110-Sep-09 9:08 
AnswerRe: help writing query Pin
Mycroft Holmes10-Sep-09 14:45
professionalMycroft Holmes10-Sep-09 14:45 
AnswerRe: help writing query [modified] Pin
Johan Hakkesteegt10-Sep-09 23:30
Johan Hakkesteegt10-Sep-09 23:30 
Questiongetting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:22
dotnetcsharpdev10-Sep-09 0:22 
AnswerRe: getting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:57
dotnetcsharpdev10-Sep-09 0:57 
AnswerRe: getting date less than 3 yr.s old Pin
zeusToronto10-Sep-09 17:14
zeusToronto10-Sep-09 17:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.