Convert .txt to sql using VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arnealina
    New Member
    • Oct 2007
    • 1

    Convert .txt to sql using VB6

    Somebody help me ... please!
    I need example coding to convert .txt to sql using vb6.
    Last edited by Killer42; Oct 26 '07, 06:10 AM.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to post what you have tried so far to get help from our experts.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Yes, we need more details about what you're trying to do, what you're attempted so far, what problem you have with it, that sort of thing.

      The question doesn't even make sense. ".txt" is just an extension which usually indicates that there is some sort of text in a file. SQL is a database query language, made up of plain text, which may very well be stored in a text file. What, precisely, do you want to convert, from what format, and to what format?

      Comment

      • jamesd0142
        Contributor
        • Sep 2007
        • 471

        #4
        If you're familiar with SQL Server 2000 or similar try creating a DTS to do this, and the call the dts package from vb.
        Last edited by Killer42; Oct 28 '07, 01:28 AM.

        Comment

        Working...