Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following problem. When i try to load data by stored procedure I get the message below:
Error: File extdata.cpp, Line 2754
My script
[testData]:
Load *;
SQL
exec [dbo].[q_test_register_new] 1010, 12, '20160101','20160131','100','999';
Any idea what may be wrong?
Regards
Łukasz
Have a look here: https://community.qlik.com/search.jspa?q=extdata.cpp
- Marcus
Yes, i try to look something before i write a post. But I haven't found any with solution.
When I use ODBC instead OLEDB Connect then works.
Yes this meant the database-driver caused the problem.
- Marcus