I have a program that executes certain responses to a command sent in via a remote user. I want to be able to make this flexible and be able to add commands whenever. I was thinking of having a database of the commands and their proper responses... is it at all possible for my program to execute code via a stored database value?
Basically I want to be able to add commands without a recompile of the program everytime.




Reply With Quote