Can we view the code from DB by querying on relevant tables?
Accepted answer
As far as I can tell, the code is stored as changes (not the whole file, the individual change). https://jazz.net/library/article/984 So you would have a hard time to find and piece the changes together.
You can use encryption mechanisms on the database as long as it is transparent to the RTC application. This means that the access through the ODBC connection is not encrypted.
You can use encryption mechanisms on the database as long as it is transparent to the RTC application. This means that the access through the ODBC connection is not encrypted.