Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 3.2a6 mod 'Private message' setup: errors
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Frodoger
Starting Member

Germany
42 Posts

Posted - 18 April 2001 :  04:13:04  Show Profile
Creating table(s)...
CREATE TABLE FORUM_PM( M_ID int IDENTITY (1, 1) NOT NULL , M_SUBJECT;VARCHAR (50);NULL; NOT NULL , M_FROM;INT;NULL; NOT NULL , M_TO;INT;NULL; NOT NULL ,
M_SENT;VARCHAR (50);NULL; NOT NULL , M_MESSAGE;TEXT;NULL; NOT NULL , M_PMCOUNT;VARCHAR (50);NULL; NOT NULL , M_READ;INT;NULL;0 NOT NULL , M_MAIL;VARCHAR
(50);NULL; NOT NULL , M_OUTBOX;BIT;NULL;1 NOT NULL )
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Die Definition für Spalte 'M_SUBJECT' muss einen Datentyp enthalten.


Dropping Column...
ALTER TABLE FORUM_MEMBERS
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Zeile 1: Falsche Syntax in der Nähe von 'FORUM_MEMBERS'.
Table(s) updated


Dropping Column...
ALTER TABLE FORUM_MEMBERS
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Zeile 1: Falsche Syntax in der Nähe von 'FORUM_MEMBERS'.
Table(s) updated

There were errors please post a question in the MOD Implementation Forum at

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 April 2001 :  05:13:19  Show Profile
open the .dbs file that came with the private messages mod and change all semi-colons (;) to hash marks (#)
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07