Re: newbie ? Load Data in MySQL

2002-06-08 Thread Erv Young
Dion, Let me repeat back to you the question that I heard you asking: Can I load a text-file representation of a big, flat, single-table unnormalized mess into a nicely normalized multi-table MySQL database all in one fell swoop? The answer I thought I heard from Bhavinder(?) Vyas was No, you

Re: newbie ? Load Data in MySQL

2002-06-07 Thread bvyas3
]> To: "MySQL Help" <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 8:12 AM Subject: newbie ? Load Data in MySQL > I am working on a project were the customer info will be uploaded to a MySQL > database from multiple sources with a customer ID already assigned to them > a

newbie ? Load Data in MySQL

2002-06-07 Thread Dion Wickander
I am working on a project were the customer info will be uploaded to a MySQL database from multiple sources with a customer ID already assigned to them and this data needs to be related to other tables with related info. OK I have an auto increment column set up as the primary key to keep track of