On table creation scripts for SQL Server INTEGER fields are created with "INTEGER UNSIGNED", but SQL Server doesn't supports it.
You need to use only "INTEGER" on INTEGER field creation.
Logged In: YES user_id=187362 Originator: NO
Bug Fixed in CVS.
Log in to post a comment.
Logged In: YES
user_id=187362
Originator: NO
Bug Fixed in CVS.