• a lot more information as far as details would help, but

    if the data is important line by line, then for me, each line should be stored as a row/column in a table.

    it sounds like you want to duplicate an existing process, but do it in SQL instead.

    so the right thing to do would be to import each line as a row of data, and chop that data up into relevant columns; that way you can better search and manipulate the data itself.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!