Just wanted to add this:
You could alter the memberid column to varchar(35) and use a coldfusion 
uuid as memberid - somehow like that:
<cfloop ...>
<cfquery...>
    insert into members(memberid, firstname, lastname)
   values('#createuuid#', '#firstname#', '#lastname#')
</cfquery>
</cfloop>

Toby King schrieb:
> Hi there
>
> I have a MySQL database setup with a table called members.
>
> Basically the structure of the table is 
>
> Memberid    varchar 25
>   


-- 
Mit freundlichen Grüßen,
Marcus Raphelt

at.net websolutions
Mühlenbeck & Raphelt GbR
Klever Str. 60
47839 Krefeld
Tel.: 02151 / 3699732
Fax : 02151 / 3699734
Mob.: 0151 / 58113803

mailto: [EMAIL PROTECTED]
http://www.atnet-websolutions.de




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312932
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to