Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
elakkians
Partner - Contributor III
Partner - Contributor III

ODBC Connection failed

Hi All,

I am trying to upload multiple excel files to the app

i am using this connection string

OLEDB CONNECT32 To [Excel Files;DBQ=$(vFileMG)];

but i am getting an error.

ErrorSource: Microsoft OLE DB Provider for ODBC Drivers, ErrorMsg: [Microsoft][ODBC Driver Manager] Invalid argument value

Could any plz explain me what is the problem .

Thanks,

5 Replies
Chanty4u
MVP
MVP

hi,

can u attach the screen shot for that

by that we come to =know where you exactly struk..

Thank you

Suresh

alexandros17
Partner - Champion III
Partner - Champion III

You do not need any DB connection to load xls files ...

Chanty4u
MVP
MVP

hi

you can  use * symbol  like   ('*.xls')

you can laod all the xls files with out using db connection.

Thank you

elakkians
Partner - Contributor III
Partner - Contributor III
Author

Inline image 1

elakkians
Partner - Contributor III
Partner - Contributor III
Author

you are right but i also need to take multiples sheets from multiple files ..

so nly i am using this ..