piper,

This UDF automates the ODBC Configuration and creates a DSN in the Control Panel..

If you want to simply look for the existence of a MySQLODBC Driver, then you could simply look for the following file -
Code:

IF EXIST('%WINDIR%\System32\myodbc3.dll')
; do something
ELSE
; do something else
ENDIF



HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's