Instructs the component to try to retrieve foreign keys from the database via data access component method calls in case of failing to retrieve them by querying system objects.
'Declaration
Public Property TryToSelectLinksViaDriver As System.Boolean
'Usage
Dim instance As MySQLSyntaxProvider
Dim value As System.Boolean
instance.TryToSelectLinksViaDriver = value
value = instance.TryToSelectLinksViaDriver
Remarks
This property was made because some ODBC drivers were failing to retrieve this information and hanged up. Note that ability to retrieve foreign keys by querying system objects was implemented only in MySQL 5.0.