Author |
Topic |
|
foxtecca
Starting Member
42 Posts |
Posted - 26 May 2001 : 16:42:06
|
i just signed up with 7host, and i uploaded all my files but it still doesnt work, here is my config
strDBType = "access"
strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=D:/user/aapaintball/database/snitz_forums_2000.mdb" '## MS Access 97
and i get an error when i try and access my setup.asp file:
http://user.7host.com/aapaintball/forum/setup.asp
Edited by - foxtecca on 26 May 2001 16:44:17 |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 26 May 2001 : 17:20:42
|
Use the Access 2000 connection string instead:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\user\aapaintball\database\snitz_forums_2000.mdb;" '## MS Access 2000
Although the error doesn't seem to have anything to do with your connection string. I'm getting this error:
Microsoft VBScript compilation error '800a0400'
Expected statement
/aapaintball/forum/inc_top.asp, line 76
<% ^
You're not editing your files with Frontpage are you?
|
|
|
foxtecca
Starting Member
42 Posts |
Posted - 27 May 2001 : 00:08:49
|
no actually i dont use frontpage. i was screwin around with an active user mod. thanx for all your help, ill keep u posted on how its going.
|
|
|
foxtecca
Starting Member
42 Posts |
Posted - 27 May 2001 : 00:16:12
|
nope, this dumb POS still doesnt work
|
|
|
foxtecca
Starting Member
42 Posts |
Posted - 27 May 2001 : 12:22:00
|
im about ready to quit on this and find something else(but there is no way in hell im oing back to ez boards!!!)
|
|
|
gor
Retired Admin
Netherlands
5511 Posts |
|
foxtecca
Starting Member
42 Posts |
Posted - 27 May 2001 : 17:39:54
|
i see what i did wrong, i placed my who's online script in a different script.
but i stil cant get that stupid database problem to fix itself.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 27 May 2001 : 18:01:35
|
If you e-mail me the FTP info to login to your account, I'll fix the errors for you. |
|
|
foxtecca
Starting Member
42 Posts |
Posted - 27 May 2001 : 18:21:42
|
ok ll email the stuff now.
i was toying with my inc_top.asp file, thats why there was an error, i had to fix some tables for an active user mod.
|
|
|
foxtecca
Starting Member
42 Posts |
Posted - 27 May 2001 : 19:06:40
|
sweeet its working! i dont know if that was u richard or the jet file, but thanx to whoever.
|
|
|
|
Topic |
|