Design-a-Might Web Hosting

Database Use
Hosting Help

Main Help
Domain Transfer
Account Info
Control Panel
Email Manager
FTP Info
FrontPage Help
ASP Help
Unix Shell
Telnet
Perl Scripts
Windows CDonts
Database Use
Securing Sites
Contact Support

Database Use

Support is given on the Win2000 platform for Access, DBase and Foxpro databases. We recommend using a DSN-less connection as they are more secure, however, if you wish to use a DSN we give you the option of creating a DSN in the control panel.

It is recommended that you keep your database in a separate directory, after uploading the database to your site you will need to change database permissions via the control panel to make it accessible from ASP or PHP.

Where your database is updated via ASP pages remember to exclude it when publishing changes to your site in FrontPage. In addition please remember to take a regular backup of your database.

Connecting to Access without a DSN (Recommended)

OLE-DB Connection (Recommended over ODBC)

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
Request.ServerVariables("APPL_PHYSICAL_PATH") &  "database.mdb;" & _
"UserName=UserName;Password=Password;"

ODBC Connection

"Driver={Microsoft Access Driver (*.mdb)};DBQ=" & _
Request.ServerVariables("APPL_PHYSICAL_PATH") &  "database.mdb;" & _
"UserName=UserName;Password=Password;"

Design-a-Might, 5 Cobble Carr, Guisborough. TS14 6NR United Kingdom
Email : sales@design-a-might.co.uk Website : www.design-a-might.co.uk
Copyright© Design-a-Might 2000. All rights reserved.