Merchant Accounts - Accept Credit Cards Online

accessDatabase
Main
Menu
Web Hosting Access Database Setup

Access Database Setup

 
To setup your Access database, you would need to create the DB use either the DSN connection
from your script.

What is the DSN-less connection strings for ASP to use with databases:
DSNless connection for MS Access:

mdbfile = "/stuff/database.mdb"
connstr = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPah( mdbfile ) & ";"

What is the DSN connection string for ASP to use with databases:
DSN connection for MS Access:

Set conn = Server.CreateObject("ADODB.Connection")
conn.open "DSN=prefix_domain_com"
 

 

Submit A Support Request and Get An Answer Back Quick. Try it!

Click the Checkbox to Help Us Verify:  
Question Regarding Subject:  
Enter the question you want to ask us:
(remember to include your domain name if applicable)
 
Provide your email address so that
we can reply to your question.
Your Email Address:
Please provide an optional phone number
in case we need to contact you for clarification.
Your Phone Number: