Daz1984
Starting Member
4 Posts |
Posted - 01 August 2004 : 10:34:19
|
The most likely cause of your problem is an incorrect Connection String.
It should look something like this
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\premfs5\sites\premium##\USERNAME\database\snitz_forums_2000.mdb" '## MS Access 2000
In your brinkster webroot you should find a file exFindYourPath.asp Run this file to discover the physical path to your file, it will return something that looks like this \\premfs5\sites\premium##\USERNAME\webroot\exFindYourPath.asp
Simply edit the above Connection String with the server number (ie, \premium10\ ) and the username of your brinkster account in space of "USERNAME" and copy the completed string into the relevant place in your Snitz config.asp
Note: For the purpose of this post I have presumed you are using Access. If you are not then please post such, I have less experience in using other forms of database connection but will attempt to help anyway :)
Good luck Darren |
 |
|