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
Explain .NET architecture?
What exactly is being serialized when you perform serialization in .net?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Do you know what is the difference between an abstract class and an interface?
What is meant by globalization?
What is typical about a windows process in regards to memory allocation in dot net?
What relationship is between a process, application domain, and application?
What is the difference between .net and laravel?
What is RCW (Run time Callable Wrappers)?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is the difference between response.write & response.output.write?
Explain what rare the types of jit and what is econo-jit?
What is value type and refernce type in .net?
When a Static Constructor called in .NET?
Explain something about WebService?