ABravNewWorld
Starting Member
USA
9 Posts |
Posted - 08 June 2001 : 15:57:20
|
Everything installe dfine except for one thing:
Creating table(s)... CREATE TABLE FORUM_MODS( M_NAME varchar(50) NOT NULL , M_CODE varchar(50) NOT NULL , M_VALUE memo NULL ) Table created succesfully
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_USERFIELDS( USR_FIELD_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY , USR_LABEL text (40) NULL , USR_FIELDTYPE text (1) NULL , USR_SHORTNAME text (10) NOT NULL ) Table created succesfully
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_MEMBERFIELDS( MEMBER_ID int NOT NULL , USR_FIELD_ID int NOT NULL , USR_VALUE text (50) NULL ) Table created succesfully
--------------------------------------------------------------------------------
Updating Forum Values.. DELETE FROM FORUM_MODS WHERE (M_NAME = 'HModEnable' AND M_CODE = 'UserFields') 13 | Type mismatch
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('HModEnable','UserFields','1')
Value(s) updated succesfully -------------------------------------------------------------------------------- There were errors please post a question in the MOD Implementation Forum at Snitz Forums
Can you give me a hand as to the problem?
Thomas G. "The best view of one's soul is from beyond the edge of looking back." |
|