Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm out of my mind. The script that has been working for several weeks all of a sudden statred to generate errors. I've only added several new fields.
How is this possible?
Why I'm getting this error? "OLEDB read failed select * from SQLTableB"
for I = 1 to 3
XY:
load ID, Desc1, Desc2, BlaBla from select * from SQLTableA;
left join load ID, Amount1, Amount2, BlaBlaBla select * from SQLTableB;
Fact:
load *, $(I) as CompanyID resident XY;
drop table XY;
next
All ideas are welcome ![]()
check you connection string or write again your connection string
check you connection string or write again your connection string
Thank you Sunil.
Best regards,
Nenad