Active Query Builder 2 .NET Edition reference
TryToSelectLinksViaDriver Property



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.
Syntax
'Declaration
 
Public Property TryToSelectLinksViaDriver As System.Boolean
'Usage
 
Dim instance As MySQLSyntaxProvider
Dim value As System.Boolean
 
instance.TryToSelectLinksViaDriver = value
 
value = instance.TryToSelectLinksViaDriver
public System.bool TryToSelectLinksViaDriver {get; set;}
public: __property System.bool get_TryToSelectLinksViaDriver();
public: __property void set_TryToSelectLinksViaDriver( 
   System.bool value
);
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.
See Also

Reference

MySQLSyntaxProvider Class
MySQLSyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback