Archives by Tag 'ASP.Net'

How to connect database in ASP.Net

By admin - Last updated: Monday, February 23, 2009

ADO Database Connection
Create a DSN-less Database Connection
The easiest way to connect to a database is to use a DSN-less connection. A DSN-less connection can be used against any Microsoft Access database on your web site. If you have a database called “northwind.mdb” located in a web directory like “c:/inetpub/wwwroot”, you can connect to the database [...]