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 |
What does jit do?
What is the difference between function and stored procedure?
Major role of CLR for CAS
What is "common language runtime" (clr) in .net?
How is a property designated as read-only?
What are the features of UIP Application Block?
What versions of .net are there?
Explain what is the difference between response.redirect & server.transfer?
why .net does not support multiple inheritance?
Describe session handling in a webform, how does it work and what are the limitations?
How you apply a theme in whole application in .Net?
How does u handle this COM components developed in other programming languages in .NET?