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 the difference between Server.Transfer and Response.Redirect?
What is the difference between reference type and value type?
Is .NET a runtime service or a development platform?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is Event Bubbling in .NET?
Differentiate between managed and unmanaged code?
How to implement DataGrid in .NET?
Explain me how does linq work?
Difference between dispose and finallize method?
What is .net3.5?
Explain the use of ‘this’ keyword in Java?
What is WSDL? Explain its architecture?