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 managed and unmanaged code in .net?
3 Answers Deltech, Dhanush Infotech,
Explain what is the difference between response.redirect & server.transfer?
What is reflection in microsoft .net context?
What is boxing in .NET?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
What is the difference between asp.net and asp?
How do you instantiate a complex number?
What is machine.config in .net?
What is loosely coupled solution in.net?
How to implement CAS in .Net?
What is func in .net 3.5?
Explain about .Net products?