Tech Tip: Records access privileges in 4D v11 SQL
PRODUCT: 4D Developer | VERSION: 11 | PLATFORM: Mac & Win
Published On: June 19, 2008
It is no longer possible to assign record access privileges (e.g. Load, Add, Save, Delete) in 4D v11 SQL at the Table-level.
Access must now be controlled by other means. Existing techniques will still work, for example:
Code:
If (Current user="Santa Claus") |
Methods:
Forms:
Menu items:
There are also new data engine options (Preferences, SQL, Configuration, SQL Server Access):