ASP.Net/ADO.Net/VB.Net/Access - need example

J

John Howard

Where can I find a good explination and example of using VB.Net/ASP.net to
browse an MS Access database using ADO.Net?

Thanks in advance,

John
 
C

Cowboy \(Gregory A. Beamer\)

You can start with the Quick Starts:
http://samples.gotdotnet.com/quickstart/howto/

(also on your PC - install samples)

To move from SQL Serve to Access:

1. Change from Sql{Object} to OleDb{Object}

SqlConnection becomes OleDbConnection, for example

2. Alter the connection string to use Jet
3. Run the app

While a bit older, you can find my sample code (a couple in Access) from the
wiley extras site:
http://www.wiley.com/extras/ado_net_xml_asp_net/

Check out the ADO.NET chapters, esp. Chapter 15.

NOTE: Examples in VB.NET

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top