Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Import Multiple Excel files into a Database

    Use this connection string

    "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+ @[User::packagepath] +";Extended Properties=" +"\"" +"Excel 8.0;HDR=YES" + "\"" + ";"

    packagepath:- is a varable that has to be created

Viewing post 1 (of 1 total)