Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help for loading images from Odbc connection

I want to display images from  Sql Server database.. I have used bundle load also, but the loading is not stopping only. It's loading for more than 1 hour still the loading is not finished.

Thanks in advance

7 Replies
avinashelite

First, you need to use ODBC connection instead of OLEDB. QlikView can only read the BLOB data through ODBC.

Next, you need to use the INFO + Bundle load statement to load the image data into QlikView.

then try like this

BUNDLE INFO SELECT ProductPhotoID, LargePhoto FROM DBANME.Tablename;

Not applicable
Author

i tried but still executing script is not stopping from past one hour.Data base is connecting correctly but the loading is not stopping.

avinashelite

can you please post the script?? will see what the issue.

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Have you tried to load only 10 rows in debug? Could be al lot of data.

Not applicable
Author

bundle info  SELECT EmpNo,EmpPhoto

FROM ImageDB.dbo.EmpPhoto;

Not applicable
Author

i tried even debug is not working

avinashelite

how many records you have in the DB???

try loading top 10 , to do that use the below code at the beginning of ur load script.

first 100

If possible share your app