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 are the types of assemblies in .net?

0 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


Why inheritance is important?

0 Answers  


Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.

1 Answers  


State the methods used during deserialization and serialization process.

2 Answers  






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

1 Answers  


What is reflection in microsoft .net context?

0 Answers  


What is .net and .net framework?

0 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

0 Answers  


What is an anonymous method?

0 Answers  


Explain what is the difference between constants and read-only variables?

0 Answers  


Categories