| Home | Previous Lesson: Linking DataWindow to the Database Next Lesson: Multiple Database Support |
As long as the result set is same, a single DataWindow can be used to manipulate data from many databases. For example, you may have a production database and a historic database with the same table structures and permissions. You could use a DataWindow to connect to both, by simply changing the database attribute of the SQLCA object.
| Home | Previous Lesson: Linking DataWindow to the Database Next Lesson: Multiple Database Support |