I would like to find out which ODBC drivers are installed on my system. That should be an easy task, using the following code:
Code: Select all
UseODBCDatabase()
If ExamineDatabaseDrivers()
While NextDatabaseDriver()
Debug DatabaseDriverName()+":"+DatabaseDriverDescription()
Wend
EndIf
(using PB 5.62, 32bits)