how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access?
Answer Posted / manish
in the sql server
using system.data.sqlclient
sqlconnection con=new
sqlconnection("server=;uid=;pwd=;database=;");
con.open();
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain how to redirect tracing to a file?
What is Entity Relationship Model in .NET?
What is the best way to crack the certification?
What is the difference between asp.net & vb.net and explain architecture?
Tell us what is a sealed class?
Different between .net & j2ee ?
Explain how viewstate is being formed and how it's stored on client in .net?
Please explain what is reflection and what is it for?
Explain the difference between managed and unmanaged code?
How is meant by dll in .net?
What is strong-typing versus weak-typing? Which is preferred?
What’s different between process and application in .net?
What is typical about a windows process in regards to memory allocation in .net?
Explain what is the difference between encrypting a password and applying a hashing?
Explain the difference between static page and dynamic page?