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
What are the types of assemblies in .net?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
Explain the differences between server-side code and client-side code.
Can I write il programs directly?
Can a try block have more than one catch block?
What is the difference between asp.net and asp?
What is il in vb.net?
Explain the .net framework overview?
What are the types of jit?
Explain how does assembly versioning work?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Why did they call it .net?
Is there any attempt system for microsoft technology papers?
Different levels of priority provided by .net.
Is it true that objects don't always get destroyed immediately when the last reference goes away?