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
Tell us what is json data, and what is one way that .net developers can work with json?
Explain cas (code access security)?
Explain the difference between task and thread in .net?
What is assemblies in .net?
What is reflection in microsoft .net context?
Explain soap and xml?
Explain how does assembly versioning work?
Explain how do assemblies find each other?
What is the difference between a debug and release build?
How will you load dynamic assembly? How will create assemblies at run time?
Explain different types of html, web and server controls.
What is garbage collection and how it works ?
What is dot net architecture?
Is .net 4.8 backwards compatible?
Do you know what is lambda expressions in c#?