INFORMIX-SQL 4.10.DD6 (DOS):
Although I'm able to prevent users from viewing source code for perform screens and ace reports by not providing them .per and .ace files, removing SFORMBLD.EXE, SACEPREP.EXE, but .sql procedures are still accesible to them because ISQL 4.10's query processor is interpreted (no way to prepare/compile the sql procedure). I would like to only provide a runtime version of my app where the end-user cannot view, modify or remove tables, sql procedures, etc.