UniData 5.2 on AIX.

I want to copy transactions from UniData to a FileMaker database.

My intention is to:
1) copy the transactions to an upload transaction file
2) initiate an ODBC query to pull the records into FileMaker
2a) one of the dictionary items will write a flag to the record as it is processed

3) purge the marked records

Getting the transaction is done.
The ODBC query works fine.
The dictionary item that marks the records works.

I have tried calling a subroutine that deletes all of the marked records from within a 
dictionary item.
        It works at the UniData command line using the 'SAMPLE 1' phrase.
        It does not work from my 'delete' ODBC query that tries to get one record.

I did write another subroutine that deletes the current record, only.  That did work 
from within the ODBC query but was WAY too slow processing a lot of records.

Any ideas on how I might purge the marked transaction records in UniData from my 
FileMaker script?

Thanks,  Karjala
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to