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 / ashu
look into using system.data.sqlclient;
here u may be using something different or
try this connection tag to connect db
sqlconnection cn= new sqlconnection ("data source=.;initial
catalog=pubs;integrated security=true");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of xmlserializer?
Is xml tags are case sensitive?
Why do we need to call CG.SupressFinalize?
Explain the difference between abstract class and interface in .net?
Which operator cannot be overloaded in c sharp?
What is the difference between Object and class adapters?
How to transpose multi-dimensional array?
Can a child class call the constructor of a base class?
What is the use of nullable types in c#?
What is unrecognized escape sequence in c#?
What is a ienumerator?
What are class fields?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Can you instantiate a struct without using a new operator in c#?
How many types of constructors are there?