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
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is the use of design pattern?
What is DTS and explain the purpose of it?
Explain how does assembly versioning work?
What are the collections you've used?
What is 3 tier architecture?
How is a managed code executed?
How do you turn off cookies for one page in your site? Give an example.
Explain me how does linq work?
What do you mean by Code Access Security in .NET?
What are virtual destructures?
What is "microsoft intermediate language" (msil)?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What is misl?
Describe the compilation process for .net code?