- When trying to run sqlserver.sql, there is an error "incorrect syntax near 'be'"it appears here: CREATE TABLE dbo.galleon_privatemessages ( [id] nvarchar(35) NOT NULL, fromuseridfk nvarchar(35) NOT NULL, touseridfk nvarchar(35) NOT NULL, sent datetime NULL, body ntext NOT NULL, subject varchar(255) NOT NULL, unread tinyint NOT NULL be) I took out the 'be' and the script ran successfully
- When attempting to login as administrator and setup Galleon, I get a CF error: "coldfusion.runtime.CfErrorWrapper" which includes Error 208 [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'users'.
Did my removal of 'be' affect the database and cause the next error to occur?
Please advise...
* Last updated by: zizzybaloobah on 4/1/2010 @ 3:11 PM *
