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 does jit do?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


Major role of CLR for CAS

2 Answers   Infosys,


What is "common language runtime" (clr) in .net?

0 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


What are the features of UIP Application Block?

1 Answers  


What versions of .net are there?

0 Answers  


Explain what is the difference between response.redirect & server.transfer?

0 Answers  


why .net does not support multiple inheritance?

2 Answers   Microsoft,


Describe session handling in a webform, how does it work and what are the limitations?

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


How does u handle this COM components developed in other programming languages in .NET?

0 Answers  


Categories