how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access?
Answer Posted / varun
in the sql server
using system.data.sqlclient
sqlconnection con=new
sqlconnection("server=;uid=;pwd=;database=;");
con.open();
Ms-Access:
Namespace->using system.data.oledb;
oledbconnection con=new oledb connection
("Servername="";uid="";pwd="";database="")
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is .net and .net framework?
What is web.config in .net?
explain the states of a window service application?
What is the difference between function and stored procedure?
What are the types of jit?
What are the purposes of using .net?
What is loosely coupled solution in.net?
Explain the difference between managed and unmanaged code?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What is clr in .net?
Please explain what is a delegate?
What is managed code execution?
Explain what is mutex?
How inheritance works in .net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?