Easysoft ODBC-SugarCRM Driver User's Guide - Technical Reference
Technical Reference for the Easysoft ODBC-SugarCRM Driver
This section contains extra information relating to the deployment of the Easysoft ODBC-SugarCRM Driver.
Appendix Guide
ODBC Conformance
The Easysoft ODBC-SugarCRM Driver complies with the ODBC 3.81 specification.
Unicode
The Easysoft ODBC-SugarCRM Driver is a Unicode ODBC driver and supports the Unicode ODBC APIs and data types.
To work with Unicode data, use parameterised SQL and bind the statement parameters as Unicode data types. If your application calls SQLGetData, request that the data be returned as a Unicode data type.
Tracing
The ODBC calls an application makes can be traced:
-
Within the Driver Manager by an application.
-
From within the Driver Manager.
-
From within the Easysoft ODBC-SugarCRM Driver.
Within the driver manager by an application
An application can turn tracing on in the Driver Manager by using the ODBC API SQLSetConnectAttr (...,SQL_ATTR_TRACE,...).
The trace file name may also be specified with the SQLSetConnectAttr attribute SQL_ATTR_TRACEFILE.
From within the driver manager on Unix
For the unixODBC Driver Manager, add two attributes to the [ODBC] section (create one if none exists) in odbcinst.ini.
Trace = Yes
TraceFile = logfile
For example:
[ODBC]
Trace = Yes
TraceFile = /tmp/unixodbc.log
Ensure that the user who is running the application to be traced has write permission to the log file (and to the directory containing it), or no tracing information will be produced.
From within the driver manager on Windows
-
For Microsoft Windows 10 and later, in the Windows search facility, look for "ODBC".
-
For Microsoft Windows 8, in the Windows desktop, point to the upper-right corner of the screen, move the mouse pointer down, and then choose Settings > Control Panel > Administrative Tools > ODBC Data Sources (64-bit).
-
For Microsoft Windows Vista and Windows 7, choose Start > Control Panel > Administrative Tools > Data Sources (ODBC).
-
For Microsoft Windows Server 2008 and Windows Server 2008 R2, choose Start > Administrative Tools > Data Sources (ODBC).
-
For Microsoft Windows 2000, Windows XP and Windows Server 2003, choose Start > Settings > Control Panel > Administrative Tools > Data Sources.
Click on Tracing, ensure the specified filename is valid and click Start Tracing Now.
64-bit Windows
|
There is both a 64-bit and 32-bit version of the ODBC Data Source Administrator. The 64-bit version enables you to trace the ODBC API calls that are made by a 64-bit application. The 32-bit version enables you to trace the ODBC API calls that are made by a 32-bit application.
The 64-bit version is located in Control Panel (see the previous step). To run the 32-bit version on Windows 7 and earlier, in the Windows Run dialog box, type:
%windir%\syswow64\odbcad32.exe
On Windows 8, both the 32-bit and 64-bit ODBC Administrator are located in Control Panel under Administrative tools: ODBC Data Sources (32-bit) and ODBC Data Sources (64-bit).
If you are not sure which version to use, and do not get a log file after completing the steps in this article, try enabling tracing in the other version of ODBC Data Source Administrator.
|
From within the Easysoft ODBC-SugarCRM Driver on Unix
Driver manager trace files show all the ODBC calls applications make, their arguments and return values. Easysoft ODBC-SugarCRM Driver driver tracing is specific to the Easysoft driver and is of most use when making a support call.
To enable Easysoft ODBC-SugarCRM Driver logging, add a LOGFILE and a LOGGING attribute to the relevant DSN section of the odbc.ini file.
For example:
[SUGAR_SAMPLE]
.
.
.
LOGFILE = /tmp/sugarcrm.log
LOGGING = Yes
The LOGFILE value is the path and file name of the log file. The value shown in the example specifies a log file named /tmp/sugarcrm.log. The LOGGING value specifies the actions to log. The value shown in the example specifies that all actions should be logged.
Ensure that the user who is running the application to be traced has write permission to the log file (and to the directory containing it).
From within the Easysoft ODBC-SugarCRM Driver on Windows
To enable logging:
1. Open the relevant Easysoft ODBC-SugarCRM Driver data source in ODBC Data Source Administrator.
2. Click Driver Logging.
3. Type the file name and path of the file you want the driver to write log information to in the space provided.