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


Please Help Members By Posting Answers For Below Questions

Please explain what are an inheritance, polymorphism, and encapsulation?

574


Explain the .net framework overview?

571


What is gac in .net?

587


Why is .net used?

553


What are the advantages of .net?

541






What tags do you need to add within the asp:datagrid tags to bind columns manually.

1478


What are multicast delegates?

581


What are the different types of memory in .net?

595


What is boxing and un-boxing in .net?

594


What is Code group in .Net with respect to CAS

1573


Explain me how does linq work?

586


What is the difference between a debug and release build?

580


Explain the difference between garbage collections in .net 4.0 and earlier versions?

535


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

531


Explain boxing and unboxing in .net.

565