I want to convert my program that currently uses EXTFH to FHREDIR and make use of the Fileshare transactions. The doc says that to start a transaction:
A transaction starts when your program performs the first update operation (WRITE, REWRITE or DELETE) on a file which has the WITH ROLLBACK clause defined in its SELECT statement after:
- The file is opened
- A COMMIT or ROLLBACK statement is executed
I am trying to figure out how to set the FCD to have the equivalent of that WITH ROLLBACK in a select. I've looked through the various FCD settings and don't see it so far. Please help if you can.
#NetExpress5.0
#fhredir