var fDesc=new Array(); fDesc[0] = "Devart ODBC Driver for BigCommerce provides high-performance and feature-rich connectivity solution for ODBC-based applications to access BigCommerce cloud databases 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 database applications with BigCommerce fast, easy and extremely handy.

Key features:
* Connection to BigCommerce
Driver provides capabilities to establish connections to BigCommerce cloud databases directly via HTTP. If you have no access to BigCommerce via HTTP directly, you have also an ability to connect via Proxy using the options: Host, Port, Username, Password.
*Extended SQL Syntax
ODBC driver provides an unrivalled opportunity to work with BigCommerce objects just as with SQL tables. The extended SQL syntax allows you to use all the SQL benefits in SQL-92 compatible SELECT statements.
*DML Operations
Devart ODBC Driver for BigCommerce provides support for DML (INSERT, UPDATE, DELETE), which allows you to modify data in BigCommerce the same way as in SQL databases.
* Cost-Effective Deployment
ODBC driver is a standalone installation file that doesn't require the user to deploy and configure any additional software such as a database client or a vendor library. Deployment costs are reduced drastically, especially when using the silent install method with an OEM license in large organizations that have hundreds of machines.
* ODBC Conformance
The driver provides full support for common ODBC interface (ODBC API Functions support, ODBC Data Types support).
Additionally, provides support for Advanced Connection String parameters, thus allowing any desktop and web applications to connect to BigCommerce from various environments and platforms that support ODBC.
* BigCommerce Compatibility

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 = ''; } }