Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How does linq work?

0 Answers  


What's singlecall activation mode used for in .net?

0 Answers  


Explain about managed heap?

0 Answers  


How ASP .NET different from ASP?

4 Answers  


How to produce an assembly?

0 Answers  


What is a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


How do we access crystal reports in .net?

0 Answers  


Value type & data types difference. Example from .NET.

2 Answers   TCS,


Explain difference between panel and groupbox classes using .net?

0 Answers  


diff between forms authentication and windows authentication?

11 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


How can I tell if .net 3.5 is installed?

0 Answers  


Categories