Results 1 to 5 of 5

Thread: import text file into mssql

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    4

    import text file into mssql

    the text file format use the length of character to define the field

    for example,
    0001130130HAUT BAGES AVEROUS 03

    9 chars <0001130130> is a field
    1 char <H> is a field
    20 chars <AUT BAGES AVEROUS 03> is a field

    one record by one record store in text
    no space, no symbol, no line break between each record
    i must use the length of char to define it.

    Please help me how to import into mssql

  2. #2
    Addicted Member Quizton's Avatar
    Join Date
    Dec 2005
    Location
    VB Forums
    Posts
    209

    Re: import text file into mssql

    What Program are you useing
    List program and any errors and you will get issues resolved much quicker
    Good Luck to You!

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    4

    Re: import text file into mssql

    I want to use package or store prodcedure to import text file into mssql.
    it have to run daily and a lot of volumn. Could you give me some suggestions?
    thanks a lot

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: import text file into mssql

    Are you using VBA or VB6?

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    4

    Re: import text file into mssql

    I am using vb6 and mssql.

    Quote Originally Posted by dglienna
    Are you using VBA or VB6?

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