HyperNext Android Creator is freeware!
I've successfully used DbCreateFN to create and reopen a database but cannot see how to make it open in read-only mode. Is there a way to do this?
Local res@ -- read only --Put DbOpenFN(filepath,0) into resif res=1 then @ -- db is open in read only mode ... ....endif