Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: FAQ Administration (con't)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

wilbur
Starting Member

2 Posts

Posted - 26 April 2001 :  04:06:15  Show Profile
Regarding to the post of <a href="http://forum.snitz.com/forum/pop_profile.asp?mode=display&id=2034">gmcm</a>. There stated an error:

Creating table(s)...
CREATE TABLE FORUM_FAQ( F_ID int COUNTER NOT NULL , F_FAQ_QUESTION VARCHAR (100) NOT NULL , F_FAQ_ANSWER memo NOT NULL )
-2147217900 | [Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in CREATE TABLE statement.


I've a solution for it. You have to delete the "int" and "NOT NULL", and add "PRIMARY KEY" for the field F_ID.

i.e.

CREATE TABLE FORUM_FAQ( F_ID COUNTER PRIMARY KEY , F_FAQ_QUESTION VARCHAR (100) NOT NULL , F_FAQ_ANSWER memo NOT NULL )


HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 April 2001 :  04:30:22  Show Profile  Visit HuwR's Homepage
you are using an older version of mod_dbsetup.asp, those problems have been fixed in the latest version

Go to Top of Page

Peter Blackler
Starting Member

United Kingdom
10 Posts

Posted - 26 April 2001 :  13:33:06  Show Profile
>> you are using an older version of mod_dbsetup.asp, those problems have been fixed in the latest version <<

I have the same problem Huw - but where is the new mod-dbsetup.asp?

Sorry to be thick...I have looked for it honest!

Thanks

Peter


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 April 2001 :  14:42:31  Show Profile  Visit HuwR's Homepage
This is the latest version

http://195.149.32.155/snitzmods/admin_mod_dbsetup.txt

It should be copied to the forum directory along with the dbs files.
The dbs files should be renamed to

dbs_FILENAME.asp instaed of FILENAME.dbs

If you want me to check the dbs files, mail them to me or tell me which mod's you need them for, I have a supply.

Go to Top of Page

Peter Blackler
Starting Member

United Kingdom
10 Posts

Posted - 27 April 2001 :  15:59:26  Show Profile
Got it working this time...

Thanks as ever!

Peter

Edited by - Peter Blackler on 27 April 2001 16:29:05
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07