Author |
Topic  |
|
madmark
Starting Member
20 Posts |
Posted - 06 July 2001 : 10:27:09
|
Anybody with a quick pointer on what I need to fix? (This is the error reported from mod_dbsetup.asp for the events/calendar mod):
Creating table(s)... CREATE TABLE FORUM_EVENTS( EVENT_ID int COUNTER NOT NULL , DATE_ADDED text (20) NOT NULL , START_DATE text (20) NOT NULL , END_DATE text (20) NOT NULL , EVENT_TITLE text (100) NOT NULL , EVENT_DETAILS memo NOT NULL , ADDED_BY int NOT NULL , PRIVATE int NOT NULL DEFAULT 0) -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
|
|
big9erfan
Average Member
  
540 Posts |
Posted - 06 July 2001 : 11:44:13
|
Try using the Access 2000 connection string ( Jet Drivers ). Should work just fine with your forum and you shouldn't get that error.
http://www.ugfl.net/forums |
 |
|
madmark
Starting Member
20 Posts |
Posted - 08 July 2001 : 11:50:41
|
Thank you sir! Works great now! I don't know why I was using the 97 strings in the first place.... I thought there was a reason, but everything seems to be fine.
Mark
|
 |
|
Markp
New Member

54 Posts |
Posted - 08 July 2001 : 12:49:43
|
could you elaborate just a little. Where is the string causing this problem, mod_dbsetup.asp?
And what should the string look like?
Also if I try putting the include statement into my default.asp, the file will not load. If I put the link, where the instructions say put the include atatement the calander appears.
Lastly how do I change the link colors, especially on monthly view, they are currently a blue I can hardly see.
Thanks.
|
 |
|
Markp
New Member

54 Posts |
Posted - 08 July 2001 : 19:29:50
|
eventsV2sr1 Is the version I am trying to get working. Thanks.
|
 |
|
jamiemardis
Starting Member
17 Posts |
Posted - 11 July 2001 : 23:06:42
|
Thanks a lot this thred just sorted my whole mess out.
Thanks.
Jamie Mardis
|
 |
|
|
Topic  |
|