* I want to know all the ODBC drivers installed on one machine
* with the command SQLGetInstalledDrivers (see code).
* If I try this, I received the fatal err 00000005 from
* VFP. I Try it in VB (it crash too) and on several
* machines (Windows Me, Windows 2000 an win NT)
* I have VFP 6.0 SP5, odbccp32.dll Ver 3.520.4403.2
*
* Merci
* nro@videotron.ca
*
lcDrivers = ""
lnSize = -1
lnNewSize = 0
DECLARE Integer SQLGetInstalledDrivers in ;
odbccp32.dll String @, Short, Short @
*** Trouve tous les drivers installés dans le DLL ***
SQLGetInstalledDrivers(@lcDrivers, lnSize, @lnNewSize)
* boum !
* with the command SQLGetInstalledDrivers (see code).
* If I try this, I received the fatal err 00000005 from
* VFP. I Try it in VB (it crash too) and on several
* machines (Windows Me, Windows 2000 an win NT)
* I have VFP 6.0 SP5, odbccp32.dll Ver 3.520.4403.2
*
* Merci
* nro@videotron.ca
*
lcDrivers = ""
lnSize = -1
lnNewSize = 0
DECLARE Integer SQLGetInstalledDrivers in ;
odbccp32.dll String @, Short, Short @
*** Trouve tous les drivers installés dans le DLL ***
SQLGetInstalledDrivers(@lcDrivers, lnSize, @lnNewSize)
* boum !