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 identifier will be returned as 'Result'. If the Result is 0, the database can't be opened (the error text can be retreived with DatabaseError()), else it become the currently opened database. All further operations will be done on this new opened database. To change the current database, simply use the UseDatabase() command.
Supported OS
Windows, Linux