Use the SMImportFromText component (in SMImport suite): http://www.scalabium.com/smi
With best regards, Mike Shkolnik EMail: [EMAIL PROTECTED] http://www.scalabium.com --- soonhuat ong <[EMAIL PROTECTED]> wrote: > I have a customer.csv file, and would like to load > it to CUSTOMER table in the database. Any way for me > to do so? There's a blob field in CUSTOMER table as > well. The following is my DB structure for Customer > Table and sample Customer.csv file > P/S: I'm using Delphi 6 Firebird database. > > CUSTOMER TABLE: // Primary Key and others fields > are ignore here > CustID VarChar(5) NOT NULL; > CustName VarChar(30); > CustPhoto BLOB, > > Sample Customer.csv > "C0001", "Jane", "BMÖ > fVOdVW|_X`MwbSnuxR¶]»rŭеء¿â¡»ã" > "C0002", "Tomy", " > " > "C0003", "Jess", "GU V PnJwqmfmflekd" __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

