customer list validation

2004-01-02 Thread stas
Our application allows users to upload a list - a list of addresses in this case. We expect certain fields to be there (obviously!). What I am doing right now is: Upload the list Run a query against it (text DSN) and get the columns Compare the columns to expected column list variable I am

RE: customer list validation

2004-01-02 Thread C. Hatton Humphrey
will sometimes not read lists correctly if the delimiters are stacked one on another. Just food for thought, best of luck! Hatton _ From: stas [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 1:16 PM To: CF-Talk Subject: customer list validation Our application allows users to upload a list