in the manner of "teaching a man to fish" (was it charlie who said that?),
where the heck is that documented??? Do you have a good "bible"
that you refer to, or is there some reference on the web? I don't
know about the rest of you but msdn developer search is SO difficult to
find anything on!!!!
carina
Bob Silverberg wrote:
CREATE TABLE user (- You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: carina cojeen <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
user_id COUNTER NOT NULL PRIMARY KEY,
user_name VARCHAR (20) NOT NULL,
password VARCHAR (20) NOT NULL,
UNIQUE (user_id)
)
</cfquery> You use COUNTER as the datatype, instead of INTEGER.I am using access.
