Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lukas_sokol
Contributor II
Contributor II

Error: File extdata.cpp, Line 2754 when exec stored procedure

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

1 Solution

Accepted Solutions
marcus_sommer

Yes this meant the database-driver caused the problem.

- Marcus

View solution in original post

4 Replies
marcus_sommer

lukas_sokol
Contributor II
Contributor II
Author

Yes, i try to look something before i write a post. But I haven't found any with solution.

lukas_sokol
Contributor II
Contributor II
Author

When I use ODBC instead OLEDB Connect then works.

marcus_sommer

Yes this meant the database-driver caused the problem.

- Marcus