Active Query Builder 2 .NET Edition reference
AutoDetectServer Property



Allows for database server autodetection.
Syntax
'Declaration
 
Public Property AutoDetectServer As System.Boolean
'Usage
 
Dim instance As GenericSyntaxProvider
Dim value As System.Boolean
 
instance.AutoDetectServer = value
 
value = instance.AutoDetectServer
public System.bool AutoDetectServer {get; set;}
public: __property System.bool get_AutoDetectServer();
public: __property void set_AutoDetectServer( 
   System.bool value
);
Remarks

The detection routine sends a series of server-specific SQL queries that allows to uniquely define the underlying database server. This information is used to determine correct quotation of identifiers and their case sensitivity. It is also used to retrieve database schema from supported database servers more precisely.

Due to it's nature, the detection routine may generate a series of SQL query execution errors and it works only if connection to a database server is established.

See Also

Reference

GenericSyntaxProvider Class
GenericSyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback