here is my pass-through query (access odbc connection):
SELECT abc_MAIN.abc_SEQUENCE.NEXTVAL FROM DUAL;
It assigns unique value to a primary field from one of the tables linked to oracle database.
I need to use values from this pass-through query in the loop which will populate 1000 records in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.