NCS Logo - Click for home page Northstar Developer Center
Platforms
All Platforms
.NET Framework (1.x - 4.x)
Active Server Pages
ASP.NET
C#
SQL Server
VB.NET
Visual Basic

Keywords
.NET Data Types
.NET E-mail
.NET Events
.NET Functions
.NET Object Programming
.NET System.Configuration
.NET System.Diagnostics
.NET System.IO
.NET System.Net
.NET System.Net.Sockets
Active Data Objects
ASP Architecture
ASP Black Belt
ASP Built-in Functions
ASP Built-in Objects
ASP Debugging
ASP Performance
ASP Security
ASP Syntax
ASP.NET Authentication
ASP.NET Controls
ASP.NET Data Access
ASP.NET Features
ASP.NET Master Pages
ASP.NET Page Events
ASP.NET Security
ASP.NET ViewState
Atom
Certifications
COM, DCOM, COM+
Data Access
E-Mail
Errors
Exporting Data
HTML Tips
IIS
Object-Oriented Programming
RSS
SQL
Uncategorized ASP Tips
VB API Programming
VB Forms
VB Syntax
XML

Book Support
Visual Basic 6 Bible
ASP Bible
ASP Weekend Crash Course
ASP.NET At Work
Creating Web Services

Using Access Databases with ASP

Written by Eric Smith, Northstar Computer Systems LLC

A few questions about Access databases have come up in regards to ASP. One of the first things you have to do is to make sure your database is in a directory that is writeable by the web server. You can’t typically put your database in your web directory because your web directory is often marked as read only. I will typically make a separate directory outside the web site hierarchy and mark it as writeable for my Access databases. Of course, I personally prefer SQL Server, but your mileage and capabilities may vary.

The other question is in relation to which provider to use for hitting Access databases. If you’ve got Access 97 databases, you can use either the Jet 3.51 or Jet 4.0 providers. However, if you’ve got Access 2000 databases, you have to use the Jet 4.0 provider. If you don’t control your web server (such as in a virtual hosting situation), you’ll need to check with your provider to see which ADO providers are available on the server.

Keywords: [ Uncategorized ASP Tips ]

Publication Date: 4/1/2000