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 explain what is the difference between constants and read-only variables?
What is boxing and un-boxing in .net?
Can you create instance of a class which has private constructor?
What are code contracts?
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?
Explain asp.net?
What is shared and repeatable inheritance?
What is dot net and its uses?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Explain the process of compilation in .NET?
What is the use com component in .net?
What are asp.net authentication providers and iis security?
What is "common language runtime" (clr) in .net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is a .DLL and .EXE files called in .NET?