Results 1 to 4 of 4

Thread: Fixed Length Nightmare

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    4

    Post Fixed Length Nightmare

    To anyone that can help...

    I am trying to develop a database that will contain roughly 50,000 products. Almost all the products are already contained in a flat text file of which I know the format. The tricky part is the record arrangement. Each product contains 1 master record followed by an unknown number of price plans for that product. I want to import the products and price plans into separate tables, which will run on SQL Server. I'm asking for advice of what would be the best way to go about doing this. I looked into using DTS but it only assumes each record in the file is the same.. I am currently using Visual Studio 2003 and was hoping to write an application in VB.NET to accomplish this.... Maybe even a SQL script because the price plans will change each quarter.

    ANY ideas/ Advice would be GREATLY Appreciated...

    Mike

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    Please Provide a Sample from the file (at least a few records)
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    4

    A sample...

    I attached a sample of the file because it wont make sense with word wrap...

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    4

    Lets try again

    Thanks...
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width