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: 
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 .