
October 25th, 2003, 12:52 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: Somewhere over the Rainbow
Posts: 128
Time spent in forums: 3 h 54 m 28 sec
Reputation Power: 6
|
|
|
Database Path ASP Question
I downloaded the below code to add my project, but I would like to know how can I change the path of my database to /db/forumMDB? , and why ForumMDB instead forum.mdb?
Code:
Dim rsForums
Set rsForums = Connect (ForumMDB).Execute ("SELECT * FROM Forums ORDER BY Forum ASC")
rsForums.MoveFirst
structure of my folders:
/forum -------here I want to put my forum code
/db------------here I want my db of my forum
/Misc
default.asp
|