Author |
Topic |
|
shye
Starting Member
8 Posts |
Posted - 22 April 2001 : 14:08:14
|
ok, i'm lost!!! :) I dont know what strConnString i should use... i haven't uploaded the files yet, because i want to know where i'm going to upload them and config it right first.. i have tried and tried, and i can't get it right... please somebody help!!! i am using access with it, because i know i have that and i dont know what the other things are, but i dont know how to use that with it either... obviously i am stupid when it comes to this, but thats why i'm asking, so somebody PLEASE HELP!!!!!
thanks...
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 22 April 2001 : 19:24:01
|
Are you using your own server, or a webhost?
Some webhosts will require that you upload your database to a database directory (could be named db, data or database). You'll need to create a directory to place your forum files in.
a typical directory structure will look like this:
database forum tools
|
|
|
shye
Starting Member
8 Posts |
Posted - 22 April 2001 : 19:54:09
|
i have my own server, and i use access, but i dont know how to use access with this thing and i dont know what i'm doing wrong when i link it... i have everything where it should be, but it doesn't work
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 22 April 2001 : 20:28:10
|
if you have your own server, then it is fairly simple. copy the database to a directory on your hard drive, and assign read/write/modify permissions to the IUSR_XXXXXXX account in the security properties for that directory.
now for your connection string, use something like this strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\WebSites\32alpha6\forum\tools\snitz_2000.mdb;" '## MS Access 2000
replacing the path above with the one for your db. Then uplaod the files to your web and you should be ok
|
|
|
shye
Starting Member
8 Posts |
Posted - 23 April 2001 : 12:29:18
|
ok, i'm going to try that, i dont really understand the whole isurXXX thing, but i'll try to figure it out... thank you!!!
|
|
|
shye
Starting Member
8 Posts |
Posted - 23 April 2001 : 13:06:41
|
ok, i did that, i dont know how to change the read/write/modify thing.... but the way i did it it still doesn't work... but thank you anyways!!
|
|
|
|
Topic |
|