SOLVED

Re: Is there an ODBC driver available?

Go to solution
Anonymous
Not applicable

Is there an ODBC driver available?

We mainly use MS Access and MSSQL, but are looking to have a Marketo installation in another part of the company.  I can do some of what I need to do using the API (using the Sandbox at the moment), but there are occasions when direct access would be easier so need an ODBC driver (or similar).  Any ideas?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Jep_Castelein2
Level 10

Re: Is there an ODBC driver available?

Simon, there is no ODBC driver since the database is abstracted away, so we don't give direct access to the database. All access is via the SOAP and REST APIs.

View solution in original post

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Is there an ODBC driver available?

check developers.marketo.com for details on the API options. You can also use Boomi if that helps.
Jep_Castelein2
Level 10

Re: Is there an ODBC driver available?

Simon, there is no ODBC driver since the database is abstracted away, so we don't give direct access to the database. All access is via the SOAP and REST APIs.
Anonymous
Not applicable

Re: Is there an ODBC driver available?

Hi Simon

1. Make a export batch app using REST or SOAP.
2. App get lead and activity data from Marketo and insert into database at night.
3. You can connect to database via ODBC.
My company is using similar step and we are analyzing this bigdata.

Takehiro