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

what is the meaning silverligt control

1910


How many types of transactions are there in com + .net ?

804


Explain clr, cts and cls?

864


What are pdbs?

832


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

729


Explain what is the difference between a class and an object, and how do these terms relate to each other?

775


What's wrong with a line like this? Datetime.parse(mystring);

773


Which file is taken by compiler when we have both file Application and Server Configuration file?

1815


Explain what are possible implementations of distributed applications in .net?

743


What is loosely coupled solution in.net?

778


Do you know what is the difference between an abstract class and an interface?

793


What are the purposes of using .net?

865


How can I find out what the garbage collector is doing?

753


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

844


Explain why do we use msmq?

759