Questions tagged [cdata-drivers]

cdata-drivers provide standard (ODBC/JDBC) based connection to various SaaS APIs like Salesforce, Google Apps and many more.

34 questions
0
votes
1 answer

Unable to connect to 3rd party ODBC driver in Go with alexbrainman/odbc on Linux

I'm attempting to connect to a data source with a 3rd party ODBC driver (downloadable here) in Go using the alexbrainman ODBC driver. I've tested the DSN in question using: isql -v "CData Redis Source" Everything works as expected there. And I know…
Jerod Johnson
  • 764
  • 7
  • 15
0
votes
1 answer

How to get sum of score column from ElasticSearch

I am new to Elasticsearch. I tried to get result from ES using CData Elasticsearch ODBC driver. Is it possible to get sum of score field? My code: OdbcConnection connection = new OdbcConnection("Driver={CData ODBC Driver for…
Kavitha M
  • 263
  • 1
  • 7
  • 23
0
votes
1 answer

Insert blank row into a Quickbooks purchase order using ItemAggregate

I'm looking to automate the generation of purchase orders (POs) in Quickbooks. We're using the CData ADO.NET provider for Quickbooks (desktop), but since we're using ItemAggregate to add lines to POs, I'm not sure the specific adapter makes a…
Tom Wright
  • 11,278
  • 15
  • 74
  • 148
0
votes
1 answer

Use the TDS Remoting feature of the CData ODBC Driver for mongodb to set up a linked server for MongoDB data

I installed the CData ODBC Driver for MongoDB to make the application that can access SQL Server connect to mongodb. According to the official document,I have configured the system DSN. Then I modified the config file…
GarenPig
  • 1
  • 1
1 2
3