var fDesc=new Array(); fDesc[0] = "Devart ODBC Driver for Zoho CRM provides a high-performance and feature-rich connectivity solution for ODBC-compliant applications to access Zoho CRM data from Windows, both 32-bit and 64-bit. Full support for standard ODBC API functions and data types implemented in our driver makes interaction of your application with Zoho CRM fast, easy and extremely handy.

Key features:
* Connection to Zoho
Our connectivity solution enables various ODBC-aware applications to connect to Zoho directly via HTTPS. If you have no direct access to Zoho, you have the option of establishing a connection through a proxy server.
* Extended SQL Syntax
Our ODBC driver provides an unrivalled opportunity to work with Zoho objects just as with SQL tables. The extended SQL syntax allows you to use all the SQL benefits in SQL-92 compatible SELECT statements:
- Complex JOINs
- WHERE conditions
- Subqueries
- GROUP statements
- Aggregation functions
- ORDER statements, etc.
* DML Operations
Devart ODBC Driver for Zoho provides support for DML (INSERT, UPDATE, DELETE) operations, which allows you to modify data in Zoho in the same way as in SQL databases.
* Bulk Updates
Moreover, with our driver you can perform bulk updates to Zoho by combining SQL statements into batches, thus simplifying and speeding up large data modification with Zoho.
* ODBC Conformance
The driver provides full support for common ODBC interface:
- ODBC API Functions support
- ODBC Data Types support
In addition, we provide support for Advanced Connection String parameters. Thus allowing any desktop and web applications to connect to Zoho from various environments and platforms, that support ODBC.
* Zoho Compatibility
Our ODBC driver fully supports all data types defined in the Zoho API.
Moreover, the driver is compatible with the Zoho API itself.

You can always find the latest version of the product on the official Devart website."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }