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
How to instantiate a delegate?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is Code group in .Net with respect to CAS
What tools can I use to develop .net applications?
How can I get at the win32 api from a .net program?
How to load a user control dynamically in runtime?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Different between .net & j2ee ?
What is .net technology?
What is .net assembly?
What's a windows process in .net?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Please explain what is immutability, what is it for and how is it codified?
What is difference between system.string and system.stringbuilder classes?
Explain Different kinds of methods?