> I don�t create tables with sql often enough � are there any good tutorials
> around?
>
> I think my biggest problems is getting the datatypes correct when
> specifying the create or modify table commands�

Which database server?

If it's SQL Server, then there's only a few you need to use;
Int, SmallInt, TinyInt, Bit, Varchar(), Char(), Text, Money, SmallMoney,
DateTime, SmallDateTime, Real, Float[]

Avoid at all costs the "n" variants, as CF doesn't understand UniCode, also,
they take twice as much space in the table.

I tend to limit the field types I use to Int, VarChar(), Text, Money, Real
and DateTime.

HTH

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to