Is there any way of using ASP.NET/
VB.NET to return ODBC driver properties via the SqlGetInfo command?
I want to test two scenarios
- determine SQL_DRIVER_VER before a connection is made to a remote database (using the client odbc driver)
or
- determine the SQL_DRIVER_VER after a connection is made to a remote database
If the above is NOT possible then any ideas on how to use .NET to get
SqlGetInfo information would be great.
Thanks