If I already have an application written for the Jet engine, what would I need to do to replace the Jet databases with an Oterro database? What about the bound controls?
All you should need to do if you are accessing a database through an ODBC connection is to replace the database name in the connect string. When using DAO or RDO controls, you would replace the database name with an ODBC connection to the Oterro database. So long as the table and field names remain the same, you should not need to change any of the properties of the bound controls. There may be other code changes if you are using DAO functions that are specific to an Access/Jet database.
Related Questions
- I encountered an Error Message: Invalid object name TrackDataView , Or " Microsoft jet database engine input table or query trackdataview error". What can I do?
- Can you create a tabletype of recordset in Jet - connected ODBC database engine?
- What programming language is Alex written in and what database engine is used?