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 the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

0 Answers  


What is difference between static page and dynamic page?

0 Answers  


Explain the use of ‘this’ keyword in Java?

1 Answers  


what are the Goals of the UIP Application Block?

1 Answers  


what is assembly?

2 Answers   Manhattan,






How is .net able to support a lot of languages?

0 Answers  


Explain what is a manifest in .net?

0 Answers  


What are server controls?

1 Answers   Avanade, Wipro,


How can you assign an rgb color to a system.drawing.color object?

0 Answers  


Please explain the difference between constants and read-only variables?

0 Answers  


is c#.net supports multiple inheritance?

10 Answers  


Tell us what is the native image generator?

0 Answers  


Categories