At 11:55 AM 4/4/00 -0400, you wrote:
>Dear CF gurus,
>
>Do any of you know an easy way to parse a Comma delimited text file in CF to
>read records out for import into a database?

This works in SQL7.  Fast, too!

BULK INSERT Victor
FROM 'D:\4879000.csv'
WITH
(
FIELDTERMINATOR=',',
ROWTERMINATOR='
'
)

best,  paul

------------------------------------------------------------------------------
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