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 are the types of assemblies in .net?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Why inheritance is important?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
State the methods used during deserialization and serialization process.
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?
What is reflection in microsoft .net context?
What is .net and .net framework?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What is an anonymous method?
Explain what is the difference between constants and read-only variables?