can any one tel me hw to connect database connectivity of
dot NET and back end as MS access?
Answer / 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 |
what is AGILE SCRUM methodoly....?
What is managed code in .NET?
How com+ related to the dna architecture?
What is deferred execution vs. Immediate execution in linq?
What is a variable of implicit type and what is its scope?
What are Attributes in .NET?
What does mean by .net framework?
What is il in vb.net?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is the use of common language runtime?
What is serialization in .NET? What are the ways to control serialization?
Where does the dispose method lie and how can it be used to clean up resources?