![]() |
VOOZH | about |
The CData JDBC Driver for Kintone integrates Kintone data with wizards and analytics in IDEs like Aqua Data Studio. This article shows how to connect to Kintone data through the connection manager and execute queries.
You can use the connection manager to define connection properties and save them in a new JDBC data source. The Kintone data source can then be accessed from Aqua Data Studio tools.
URL: Enter the JDBC URL, which starts with jdbc:kintone: and is followed by a semicolon-separated list of connection properties.
In addition to the authentication values, set the following parameters to connect to and retrieve data from Kintone:
Kintone supports the following authentication methods.
You must set the following to authenticate:
If the basic authentication security feature is set on the domain, supply the additional login credentials with BasicAuthUser and BasicAuthPassword. Basic authentication requires these credentials in addition to User and Password.
Instead of basic authentication, you can specify a client certificate to authenticate. Set SSLClientCert, SSLClientCertType, SSLClientCertSubject, and SSLClientCertPassword. Additionally, set User and Password to your login credentials.
For assistance in constructing the JDBC URL, use the connection string designer built into the Kintone JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.kintone.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)jdbc:kintone:User=myuseraccount;Password=mypassword;Url=http://subdomain.domain.com;GuestSpaceId=myspaceid
You can now query the tables exposed.
👁 A query executed in the Table Data Editor. (QuickBooks is shown.)Download a free trial of the Kintone Driver to get started:
Download NowLearn more:
👁 Kintone IconRapidly create and deploy powerful Java applications that integrate with Kintone applications and databases.