Wish Remote Database Connector (RDC) wish

MrKim

Well-Known Member
Licensed User
Longtime User
RDC is perfect for my needs but I need to ensure that users do not modify the config.properties file.

To check this it would be nice if it were possible for the program to query the RDC for a given sql command and have it return the string as it is in the config.properties file i.e. in the tutorial example
a query for
'select_animal'
would return
'SELECT name, image FROM animals WHERE name = ?'

Thanks
 
Top