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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us what is json data, and what is one way that .net developers can work with json?

1035


Explain cas (code access security)?

1111


Explain the difference between task and thread in .net?

1036


What is assemblies in .net?

1170


What is reflection in microsoft .net context?

1086


Explain soap and xml?

1096


Explain how does assembly versioning work?

1083


Explain how do assemblies find each other?

1130


What is the difference between a debug and release build?

1378


How will you load dynamic assembly? How will create assemblies at run time?

2180


Explain different types of html, web and server controls.

1056


What is garbage collection and how it works ?

1102


What is dot net architecture?

1145


Is .net 4.8 backwards compatible?

1061


Do you know what is lambda expressions in c#?

1131