| Author |
Topic Search Topic Options
|
felix.akinyemi
Groupie
Joined: 09 December 2004
Location: United States
Status: Offline
Points: 113
|
Post Options
Thanks(0)
Quote Reply
Topic: Error Help Posted: 15 April 2005 at 2:13pm |
|
I just downloaded a new WWF (Access), it works fine, i can post and
delete and all have full control of the forum, but when i enter the
admin area i get this error...
Error Type:
Microsoft JET Database Engine (0x80004005) Unspecified error /fgcportal/admin/common.asp, line 209
Im running it on local by the way and using XP Pro!!
I tried using both 'Virtual path to database' and 'Physical path to
database' but still the same error!! Is there a reason for this error??
I've look through the tutorials on this site and even set the permission to 'Full Control' but still no luck!!
LiL Help!!
|
 |
michael
Senior Member
Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2005 at 3:10pm |
Line 209 for me is this
'Replace harmful SQL quotation marks with doubles
strUsername = formatSQLInput(strUsername)
|
so I assume you altered the code, and we would need what's in yout file on that line.
Edited by michael - 15 April 2005 at 3:12pm
|
|
|
 |
felix.akinyemi
Groupie
Joined: 09 December 2004
Location: United States
Status: Offline
Points: 113
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2005 at 3:13pm |
|
Oh my bad, i just added some comments so i kno what things are
on that link on mine its
adoCon.Open
|
 |
michael
Senior Member
Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2005 at 3:16pm |
post more. what is it trying to execute? This line alone does not help me
|
|
|
 |
felix.akinyemi
Groupie
Joined: 09 December 2004
Location: United States
Status: Offline
Points: 113
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2005 at 3:20pm |
|
I didnt make any changes to the codes, its the common.asp file in the
admin folder. Im not sure what the error is, that whats on the line
thats giving the error, im tryin to access the admin area of the forum
and im getting that error!!
|
 |
felix.akinyemi
Groupie
Joined: 09 December 2004
Location: United States
Status: Offline
Points: 113
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 April 2005 at 3:23pm |
|
Any help with this???
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 April 2005 at 4:29pm |
|
it maybe that your not using
adoCon.open strCon
or adoCon.open strConnectionstring
|
 |
felix.akinyemi
Groupie
Joined: 09 December 2004
Location: United States
Status: Offline
Points: 113
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 April 2005 at 4:34pm |
I am, the code above that is
'Set the connection string to the database
adoCon.connectionstring = strCon
'Set an active connection to the Connection object
adoCon.Open
|
I didnt modify the code in anyway, ive replaced the common.asp file with a new one and its the same error!!
Edited by felix.akinyemi - 16 April 2005 at 4:46pm
|
 |