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 |
explain the states of a window service application?
Which dll is required to translate xml to sql in internet information server (iis)?
What is an Exception? How many exceptions exist in Dot net and explain them?
What exactly is being serialized when you perform serialization in .net?
What is .net core used for?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Should I implement finalize on my class? Should I implement idisposable?
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?
What are the new features in .net core?
What are the collections you've used?
what is dotnet architecture? can anyone explain that.
What are Satellite Assemblies? How you will create this? How will you get the different language strings?