Hallo,
I was wondering if anyone could help me. I am trying to increase the speed of my program and reduce the SQL statements running on the maschine.
So i am trying to select data from 2 Tables with one Execute Query and a Fetch. But the only data returned is from the first table.
Now i am wondering if that is even possible.
for example
SqlStatement:
SELECT Sign from TestNameSign where TestName ='TestName.vi';SELECT SignName, SignMin, SignMax, SignType, Changeable
FROM TArticleSign
Thanks,
Oliver