The whole thing.  The syntax here is created for SQL 2000 - not SQL 7.0.
SQL 7.0 doesn't use collations.

-mk

-----Original Message-----
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 08, 2002 8:43 PM
To: CF-Talk
Subject: OT: COLLATE SQL 7


I have the following SQL Create statement ... MS SQL 7 doesn't like the
collate, what should I remove just the collate statement or the whole
SQL_Latin1 ect...

CREATE TABLE [#form.dbOwner#].[#form.dbPrefix#admin_security] (
  [id] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
  [userid] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
  [security] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
 ) ON [PRIMARY]

Thanks
Paul Giesenhagen
QuillDesign




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to