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

Which two properties are on every validation control?

7 Answers   Siebel Systems,


Describe the difference between inline and code behind which is best in a loosely coupled solution?

2 Answers  


What are the new 2.0 features useful for?

1 Answers  


What is the use of ErrorProvider Control in .NET?

2 Answers  


Is string a value type or a reference type?

4 Answers  


What is boxing and un-boxing in .net?

1 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


Can we have same method with same name and signature using partial classes

1 Answers  


Where?s Windows service database located?

2 Answers  


What is namespace in .net?

1 Answers  


Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?

1 Answers  


Tell me what is serialization?

1 Answers  


Categories