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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

load problem from access database

hi all

i  have a access database with 42,000 rows.

i defines odbc connection (becuase it gave error to ODE LB conenction )

it doesnt give error when i run the script

it updatese 1800 rows than waits after that it reaches 4500 rows and waits normally

it must be faster.

where i do something wrong?

thnaks

1 Solution

Accepted Solutions
Not applicable
Author

i solved the problem.

if we do "select * from database " system will have low performance. so i selected only the fields that i need .

View solution in original post

1 Reply
Not applicable
Author

i solved the problem.

if we do "select * from database " system will have low performance. so i selected only the fields that i need .