OpenDatabaseRequester()
Syntax
Result = OpenDatabaseRequester(#Database)Description
Open the standard ODBC requester to choose which database to open. If #PB_Any is used as '#Database' parameter, the new database number will be returned to Result. If Result is 0, the database can't be opened (the error text can be retrieved with DatabaseError()).
This is an ODBC database specific command.
Supported OS
All