Import from excel to sql in vb 6.0

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

    Import from excel to sql in vb 6.0

    how we can do Import from excel to sql in vb 6.0
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by DSR
    how we can do Import from excel to sql in vb 6.0
    You can't. SQL is a data querying language. You can't import anything into it. Did you want to import to some particular database product, or export data from Excel in SQL format, or what?

    Comment

    Working...