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.

Note: This command is not supported on Linux and MacOS X and will return 0.

Supported OS

All

<- OpenDatabase() - Database Index - PreviousDatabaseRow() ->