Topic: Trouble with Testing Server Connection
I am trying to learn how to make database driven web sites. I am starting off right in the beginning and have reached everything up to creating a Recordset(Query)
When I go to define the connection, I type in tjdesigndb for the Connection Name and type the following for the connection string
"Provider=Microsoft.Jet.OLEDB.4.0;data source=(ftp location to server which I have setup)"
When I run a test it comes back saying that the URL is wrong although I have tried atleast 10 different variations of the URL, and the information under Testing Server corresponds to what I put in above. Still can't connect and was looking for some brainstorming.
I need to get passed this step in order to continue on with the tutorial I am trying to use.
-Travis

