Before
using MS Access in your site you must build and upload the MS Access databases
yourself. Once uploaded you are granted the ability to rename and delete MS
Access databases. After uploading please follow the instructions below.
Ms
Access
For MS Access,
please use DSNless connection.
ASP Code Sample:
Set oConnOrder=Server.CreateObject("ADODB.Connection")
filePath =
Server.MapPath("Your Access DB File")
oConnOrder.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=" +filePath)
Note:
For safety reasons please keep backup
copies of your databases in your computer.
DSN Connections
We recommend using
DSNless connections, however, it is possible to create DSNs to use with MS
Access. To create DSN connections please refer to the Create ODBC section
in your Control Panel or its corresponding help page.