|
In this article, I will show you how to set a database connection string at application run-time.
In Iron Speed Designer-generated applications, the database connection string is specified at design
time. The application is connected to the database as the developer or as a generic user account.
For some applications, it is desirable to make the database connection for individual logged in users,
whose credentials are only available at application run-time. While Iron Speed Designer does not directly
support dynamic database connections, you can customize your application to do so.
|