can any one tel me hw to connect database connectivity of
dot NET and back end as MS access?

Answer Posted / guest

<configuration>

<appSettings>
<add key="SqlCon" value="Data
Source=winserver;initial
Catalog=cieflnew;uid=cieflnew;pwd=cieflnew; Connection
Lifetime=0;Max Pool Size=10000;Min Pool Size=0;Connection
Reset=false;Pooling=true;Persist Security Info=False"/>
</appSettings>
<system.web>
in web.config and in code behind
sqlcommeand cmd= new sql command("Query",con);
cmd.executenonquery();

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please explain what is the difference between constants and read-only variables?

809


What is boxing and un-boxing in .net?

812


Can you create instance of a class which has private constructor?

801


What are code contracts?

802


A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?

704


Explain asp.net?

824


What is shared and repeatable inheritance?

788


What is dot net and its uses?

748


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

744


Explain the process of compilation in .NET?

836


What is the use com component in .net?

777


What are asp.net authentication providers and iis security?

750


What is "common language runtime" (clr) in .net?

814


Explain the difference between garbage collections in .net 4.0 and earlier versions?

733


What is a .DLL and .EXE files called in .NET?

830