Hello Friends..am Mohammed riyash..final year BCA in Jamal
Mohamed College 2009. Trichy.
My doubt is while connecting SQL2005 Built in Database
withing the Visual Studio 2005 Framework.. I am getting the
error.. That " An Error occurred and it may be due to ,
under the default settings of the Server, the connection
cannot be established.." But the code works in MS Access
for me.. Both in VB.Net and C#.Net am getting the same
error.. Any genius please Message me to 9994558822 or mail
me.. riyash.ips@gmail.com
Answer Posted / jaspreet singh
1. u check ur all services in controll panel,then go to
performance nd administrative tools, star all the sql
services
2. chek ur name(service) which u gave during the
installation of sql.
3.may be u donot create table query write.
4.there can be error in ur path which u given in the c3
program.
these errors can be occured in ur connection.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain copy constructor?
How do I port "synchronized" functions from visual j++ to c#?
What is state c#?
What is helper method in c#?
What is the use of list in c#?
Which string method is used for concatenation of two strings in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Why is c# good for games?
How do partial classes work in c#?
Explain static class members.
Explain the role of Garbage collector and its generations?
Can we override interface method?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Can we make a class private in c#?