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 |
How does linq work?
What's singlecall activation mode used for in .net?
Explain about managed heap?
How ASP .NET different from ASP?
How to produce an assembly?
What is a .DLL and .EXE files called in .NET?
How do we access crystal reports in .net?
Value type & data types difference. Example from .NET.
Explain difference between panel and groupbox classes using .net?
diff between forms authentication and windows authentication?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
How can I tell if .net 3.5 is installed?