| Author |
Topic Search Topic Options
|
freakdaddy
Groupie
Joined: 24 January 2008
Status: Offline
Points: 79
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 February 2008 at 7:49am |
help... still stuck
|
 |
StarDust
Senior Member
Joined: 14 May 2007
Location: Bangladesh
Status: Offline
Points: 310
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 February 2008 at 9:13am |
|
freakdaddy,
If the problem still persists, then there might be some other things wrong. Here is a checklist for you:
1. Make sure the changes you have made in the code of wwf is correct. 2. In some rare occasions, when database is corrupt, i have seen the same error. Try with a fresh database. 3. Make sure GID has a numeric value when executing the SQL statement. Change it from GID = "5" to GID = 5 4. In your code, the value of strDBNoLock might be wrong. Try following SQL statement:
strSQL = "SELECT " & strDbTable & "Author.* " & _ "FROM " & strDbTable & "Author " & _ "WHERE " & strDbTable & "Author.Author_ID=" & GID & " ;"
This way my problems were gone.
Edited by StarDust - 27 February 2008 at 9:18am
|
|
|
 |
freakdaddy
Groupie
Joined: 24 January 2008
Status: Offline
Points: 79
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 February 2008 at 1:25am |
|
Thanks..
Yeah, I had done all of the above already. There's something else that's not right, but I don't know enough about mysql to figure it out. It's kind of beyond frustrating because it shouldn't be that difficult. I just want to open the WWF mysql database and from the author_id, or actually the user_code table.
My whole syntax may be incorrect, so just some direction about how you'd set this up to open the database would be very very helpful.
|
 |
StarDust
Senior Member
Joined: 14 May 2007
Location: Bangladesh
Status: Offline
Points: 310
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 February 2008 at 6:38am |
|
Is everything else is running? The forum? If it is, the solution is unknown to me. Sorry.
|
|
|
 |
freakdaddy
Groupie
Joined: 24 January 2008
Status: Offline
Points: 79
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 February 2008 at 7:15am |
|
Everything is running 100% fine. I just need to know how to open the database. I've tried everything that I think would be beyond obvious, and I just can't get it to work.
|
 |
freakdaddy
Groupie
Joined: 24 January 2008
Status: Offline
Points: 79
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 February 2008 at 12:46am |
|
Ok, I bet if I say I'll pay someone money I'll get a response.
I need someone to work out this issue, and also pull data from WWF's cookies properly. If someone is interested in doing this, PM me.
|
 |