SQLDRIVERS()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return a '|' separated list of the 32-bit ODBC Drivers

Syntax

SQLDRIVERS()

See Also

SQLCANCEL(), SQLCOLUMNS(), SQLCOMMIT(), SQLCONNECT(), SQLDISCONNECT(), SQLDATASOURCES(), SQLERROR(), SQLEXEC(), SQLGETPROP(), SQLMORERESULTS(), SQLPREPARE(), SQLROLLBACK(), SQLSETPROP(), SQLSTRINGCONNECT(), SQLTABLES(), SQLTRANSACTION()

Description

The SQLDRIVERS() function is used to return a '|' separated list of the 32-bit ODBC Drivers on the current machine.

Example

astore(aDrivers,sqlDrivers(),"|")
? aDrivers
Array (refcnt=1)
(
    [1] = Driver da Microsoft para arquivos texto (*.txt; *.csv)
    [2] = Driver do Microsoft Access (*.mdb)
    [3] = Driver do Microsoft dBase (*.dbf)
    [4] = Driver do Microsoft Excel(*.xls)
    [5] = Driver do Microsoft Paradox (*.db )
    [6] = Microsoft Access Driver (*.mdb)
    [7] = Microsoft Access-Treiber (*.mdb)
    [8] = Microsoft dBase Driver (*.dbf)
    [9] = Microsoft dBase-Treiber (*.dbf)
    [10] = Microsoft Excel Driver (*.xls)
    [11] = Microsoft Excel-Treiber (*.xls)
    [12] = Microsoft ODBC for Oracle
    [13] = Microsoft Paradox Driver (*.db )
    [14] = Microsoft Paradox-Treiber (*.db )
    [15] = Microsoft Text Driver (*.txt; *.csv)
    [16] = Microsoft Text-Treiber (*.txt; *.csv)
    [17] = SQL Server
    [18] = Lianja ODBC Driver
    [19] = SQL Server Native Client 11.0
    [20] = ODBC Driver 13 for SQL Server
    [21] = Microsoft Access Driver (*.mdb, *.accdb)
    [22] = Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)
    [23] = Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)
    [24] = Microsoft Access Paradox Driver (*.db)
    [25] = Microsoft Access Text Driver (*.txt, *.csv)
    [26] = Recital Universal ODBC Driver
    [27] = CR Sybase Wire Protocol ODBC Driver 7.1.5
    [28] = CR SQL Server Native Wire Protocol ODBC Driver 7.1.5
    [29] = CR SQL Server Classic Wire Protocol ODBC Driver 7.1.5
    [30] = CR TextFile ODBC Driver 7.1.5
    [31] = SAP Salesforce ODBC Driver
    [32] = MySQL ODBC 8.0 ANSI Driver
    [33] = MySQL ODBC 8.0 Unicode Driver
)