can any one tel me hw to connect database connectivity of
dot NET and back end as MS access?



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

Post New Answer

More Dot Net General Interview Questions

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

0 Answers  


Explain clr, cts and cls?

0 Answers  


What is the purpose of delegates in .net?

2 Answers  


Which namespace does it belong to by default?

0 Answers  


What is a delegate, How many types of delegates?

4 Answers  






How big is the datatype int in .net?

0 Answers  


Where?s Windows service database located?

2 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


Do you know what is garbage collector?

0 Answers  


What is the difference between reference type and value type?

0 Answers  


What is Finalizer in .NET define Dispose and Finalize ?

0 Answers   MCN Solutions,


What is Complex Class in .NET?

0 Answers  


Categories