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 are data types in .NET?
What is the difference between VB and VB.NET?
How many types of exception handlers are there in .NET?
What is common type system (cts)?
How do you start, pause, continue or stop a Windows service off the command line?
Is .net core stable?
What is .net assembly?
Tell us what is the difference between struct and class?
How to write an MMC snap-in for my Windows service?
What data providers available in .net to connect to database?
What is the advantage of packaging over xcopy in .net?
What is use of ContextUtil class?