|
Exact path for the access database connection
In order to connect to the access database, please use the following connection string
strConnString = Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=D:\hshome\main_folder_name\
subfolder_address_to_the_database\name_of_the_database.mdb
You can get the main folder name for your account by logging in to the ftp.
as an example the following is a connection for the user kjordin to the access database kjmoviedb.mdb under the subfolder databaseforums
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=D:\hshome\kjordi\database\forums\kjmoviedb.mdb"
if you need further assistance, please email support@sibername.com
|