4D v17ODBC_SQLBrowseConnect | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v17
 
ODBC_SQLBrowseConnect 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ODBC_SQLBrowseConnect ( connectionID ; inConnectionStr ; outConnectionStr ) -> Résultat | ||||||||
| Paramètre | Type | Description | ||||||
| connectionID | Entier long | 
             
         | 
        Connection ID | |||||
| inConnectionStr | Texte | 
             
         | 
        Browse request connection string | |||||
| outConnectionStr | Texte | 
             
         | 
        Browse result connection string | |||||
| Résultat | Entier long | 
             
         | 
        Returns the result of the MS ODBC API function SQLBrowseConnect | |||||
The ODBC_SQLBrowseConnect command supports an iterative method of discovering and enumerating the attribute values required to connect to a data source. Each call to this command returns successive levels of attributes and attribute values. When all levels have been enumerated, a connection to the data source is completed and a complete connection string is returned.
connectionID is a valid connection ID returned by ODBC_SQLAllocConnect.
inConnectionStr is the browse request connection string.
outConnectionStr is the browse result connection string.
For more information, please see the SQLBrowseConnect function in the MS ODBC API Reference at http://msdn.microsoft.com/en-us/library/ms714565(VS.85).aspx.
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NEED_DATA, SQL_ERROR, or SQL_INVALID_HANDLE.
	Produit :  4D
	Thème :  ODBC_Connection
	Numéro :  
        16994
        
        
        
	Nom intl. :  ODBC_SQLBrowseConnect
	Créé :  4D ODBC Pro 2004
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D ODBC Pro ( 4D v17)
	
	
	
	
	
	
	
	
Ajouter un commentaire