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
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Explain how to stop a thread?
What is assembly in .net?
What is finalize method in .net?
Is there built-in support for tracing?
What relationship is between a process, application domain, and application?
Describe the programming model of a windows service
State the various features present in .NET?
What is SOAP? How you will do windows and forms authentication?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What is the use of system.diagnostics.process class in .net?
What does .net stand for?
What should you do to store an object in a viewstate?
Explain .net framework overview?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?