Connect Zoho Books Data With .NET Application EasilydotConnect for Zoho Books is an ADO.NET provider for working with Zoho Books data through the standard ADO.NET or Entity Framework interfaces. It allows you to easily incorporate Zoho Books data into your .NET applications, and integrate Zoho Books services with widely used data-oriented technologies. dotConnect for Zoho Books has the same standard ADO.NET classes as other standard ADO.NET providers: ZohoConnection, ZohoCommand, ZohoDataAdapter, ZohoDataReader, ZohoParameter, etc. This allows you to quickly get started and eliminates the need to learn any specific details of accessing Zoho Books data. Features
CompatibilityThe following table shows which version of this package to use with which version of frameworks.
More information here UsageIn order to connect to Zoho Books you need to have the corresponding account, dotConnect for Zoho Books installed and IDE running. You also have to know the required connection parameters described below. Note that if you do not use design-time (specifically, if you do not place designer ZohoBooksConnection component from the Toolbox to the form), you have to embed licensing information manually. This is described in topic Licensing. Required Connection Parameters To establish a connection to server you have to provide the required connection parameters to dotConnect for Zoho Books. This information is used by ZohoBooksConnection component to connect to Zoho Books. The parameters are represented as a connection string. You can compose the connection string manually or have dotConnect for Zoho Books construct it for you. The following connection string parameters are required: Data Center - if your Zoho Books is hosted in US, Europe, China, India, Australia, Japan, UK, Canadam you need to specify the corresponding data center. Refresh Token - a renewable access token. Sign in with Zoho Books, the token will be assigned automatically. Creating a Connection to Zoho Books The following assumes that you have IDE running, and you are currently focused on a form designer.
This snippet directly configures a Zoho CRM connection using a connection string.
Read the full documentation for connection here. Creating Connection in Server Explorer To create a Server Explorer connection, you just need to: 1. Click Connect to Database on the Server Explorer toolbar 2. If the Zoho Books Data Source is not selected by default, click the Change button. 3. Select Zoho Books Data Source (dotConnect for Zoho Books) and click OK. 4. Click Web Login. In the opened Web Login dialog box sign in to your Zoho Books account. Power of SQLdotConnect for Zoho Books allows you to perform SQL queries against your Zoho Books data. Use SQL statements to work with Zoho Books accounts, contacts, accounts, activities, tasks, calls, events, and other objects. Our provider offers full CRUD (Create, Read, Update, and Delete) support and allows you to get Zoho Books data with SELECT statements and manage data with INSERT, UPDATE, and DELETE statements. No need to study and use complex Zoho Books API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with Zoho Books API. Entity Framework SupportdotConnect for Zoho Books allows you to access Zoho Books data via Entity Framework - Microsoft's recommended data access technology. It supports Entity Framework v4, v5, v6, and Entity Framework Core 7.0, and enables you to use the following Entity Framework features with Zoho Books data:
dotConnect for Zoho Books provides enhanced Entity Framework support for Zoho Books data with a bundled visual designer for ORM models with Visual Studio integration - Entity Developer. Standard Visual Studio Entity Data Model designer is also supported. Zoho Books Data Binding
LicenseSee pricing options for ordering. Trial Limitations The dotConnect for Zoho Books Evaluation License lets you try dotConnect for Zoho Books Trial Edition for a period of 30 days. You may not use applications developed using Trial versions of the Software for any commercial purposes. Support Area |