meruelo
Starting Member
21 Posts |
Posted - 17 August 2004 : 07:25:53
|
I´ve been trying to install POLL MOD, and it seemed to be OK while UPDATING/Creating new records. But when it attempt to create the new tables, it said this: Creating table(s)... CREATE TABLE FORUM_POLL_VOTES( POLL_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , CAT_ID int NOT NULL , FORUM_ID int NOT NULL , TOPIC_ID int NOT NULL , MEMBER_ID int NOT NULL , GUEST_VOTE int NOT NULL ) Table already exists (I´ve checked and theres no table named like that)
I´m using an Access 2000 DSN connection. How can I solve this?
THanks! |
|