Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Martin,
You can change the connection string, login and password at run time via the DBTable object's properties. However, SQL queries cannot be changed dynamically. There is a suggestion to implement this feature in our DB - I've increased its rating.
Currently, if you need to execute dynamic SQL statements, I recommend that you use one of the approaches described in the "Working With Databases" article.