My application is connecting to the database through DAO-ODBC.How can I know the type of the driver(Oracle or MSSQL) at run-time.
Is there any function wich gives me the driver type if I pass the ODBC datasource name as string?(In DAO)