blackinwhite
Average Member
Turkey
657 Posts |
Posted - 19 April 2001 : 11:47:56
|
I am very bad at this db type things. I got this error when I run mod_dbsetup.asp
File Attachment Mod
Creating table(s)... CREATE TABLE FORUM_USERFILES( F_FILEID int IDENTITY (1, 1) NOT NULL , MEMBER_ID int NOT NULL , F_FILENAME text (255) NOT NULL , F_FILESIZE int NULL , F_REPLY_ID int NULL , F_TOPIC_ID int NULL ) Table created succesfully
--------------------------------------------------------------------------------
Adding Column... ALTER TABLE FORUM_MEMBERS ADD COLUMN M_ALLOWDOWNLOADS int NULL DEFAULT 1 Column added successfully Populating Current Records with new Default value UPDATE FORUM_MEMBERS SET M_ALLOWDOWNLOADS=1 Adding Column... ALTER TABLE FORUM_MEMBERS ADD COLUMN M_ALLOWUPLOADS int NULL DEFAULT 1 Column added successfully Populating Current Records with new Default value UPDATE FORUM_MEMBERS SET M_ALLOWUPLOADS=1 Table(s) updated
--------------------------------------------------------------------------------
Updating Forum Values.. DELETE FROM FORUM_MODS WHERE (M_NAME = 'Attachment' OR M_CODE = 'Attachment') -2147217865 | The Microsoft Jet database engine cannot find the input table or query 'FORUM_MODS'. Make sure it exists and that its name is spelled correctly.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('Attachment','faMaxSize','512') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('Attachment','faExtensions','.zip:.mdb:.txt:.asp') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('HModEnable','Attachment','1') -2147217865 | Could not find output table 'FORUM_MODS'.
-------------------------------------------------------------------------------- There were errors please post a question in the MOD Implementation Forum at Snitz Forums
|
|