Fasael Rehman
Starting Member
Denmark
22 Posts |
Posted - 14 June 2001 : 06:34:50
|
Hi, during the implementation of Avatar I got following messages (can anyone help me?)
What does the syntax error mean? And what will the consequences be?
Avatar Mod v2.0
Creating table(s)... CREATE TABLE FORUM_AVATAR( A_ID int COUNTER NOT NULL , A_URL text (255) NULL , A_NAME text (50) NULL , A_MEMBER_ID int NULL DEFAULT 0) -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_AVATAR2( A_HSIZE int NULL , A_WSIZE int NULL , A_BORDER int NULL ) Table created succesfully
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_AVATAR2 (A_HSIZE, A_WSIZE, A_BORDER) VALUES (64, 64, 0)
Value(s) updated succesfully --------------------------------------------------------------------------------
Adding Column... ALTER TABLE FORUM_MEMBERS ADD COLUMN M_AVATAR_URL text (255) NULL Column added successfully Table(s) updated
-------------------------------------------------------------------------------- There were errors please post a question in the MOD Implementation Forum !
Edited by - Fasael Rehman on 14 June 2001 06:36:41 |
|