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 |
Which two properties are on every validation control?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What are the new 2.0 features useful for?
What is the use of ErrorProvider Control in .NET?
Is string a value type or a reference type?
What is boxing and un-boxing in .net?
Types of JIT and what is econo-JIT ?
Can we have same method with same name and signature using partial classes
Where?s Windows service database located?
What is namespace in .net?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Tell me what is serialization?