Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi Joe,
I did not receive an email from you. Only two noreply messages from Mojo.
The code in Novell Forge contains the following:
<<<<<<<<<<<<<<<<<<<<<<<<
IF NOT EXISTS
BEGIN
CREATE TABLE
[ID] [int]
[ItemID] [int]
[CategoryID] [int]
(
[ID]
)
END
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
In my SQLServer 2000 database WITH (IGNORE_DUP_KEY = OFF) gives a problem. You either specifiy IGNORE_DUP_KEY in which case it is ON or you do not specify is (default is OFF). Furthermore SQL2K does not understand sys.objects. It understands sysobjects, but in that situation it gives another error (incorrect columns....????). Than I gave up the modifications.
Regards,
Jan
I think it is good to mention that the scripts did not run under SQLServer 2000. It only went ok after you sent me SQLserver 2000 compliant scripts.
I suggest you add these scripts to the new release.
Best regards,