I am running queries and updates against an Oracle Database using Access 97 connected via ODBC. This is a much friendlier environment than Oracle's SQL Plus
All goes well until I have to insert a new record using an Oracle "Sequence". This function is similar to AutoNumber in Access. But you have to call the function.
Example to get the next account number you call AcctNum.NEXTVAL. You can find the last used value by SELECT AcctNum.CURRVAL FROM ..
Neither the NEXTVAL or the CURRVAL functions work. B-(
I have tried SQLPassThrough, but no good either.
PLEASE HELP.

All goes well until I have to insert a new record using an Oracle "Sequence". This function is similar to AutoNumber in Access. But you have to call the function.
Example to get the next account number you call AcctNum.NEXTVAL. You can find the last used value by SELECT AcctNum.CURRVAL FROM ..
Neither the NEXTVAL or the CURRVAL functions work. B-(
I have tried SQLPassThrough, but no good either.
PLEASE HELP.