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 is the meaning silverligt control
How many types of transactions are there in com + .net ?
Explain clr, cts and cls?
What are pdbs?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What's wrong with a line like this? Datetime.parse(mystring);
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain what are possible implementations of distributed applications in .net?
What is loosely coupled solution in.net?
Do you know what is the difference between an abstract class and an interface?
What are the purposes of using .net?
How can I find out what the garbage collector is doing?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Explain why do we use msmq?