[ 
https://issues.apache.org/jira/browse/IGNITE-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976177#comment-14976177
 ] 

Igor Sapego commented on IGNITE-1786:
-------------------------------------

ODBC API itself has a lot of functions. I believe it makes sense to implement 
the minimum set of functions that will provide us with ability to perform 
simple queries for the beginning.
Here is the set that should do:
{code}
SQLAllocHandle
SQLFreeHandle

SQLConnect
SQLDisconnect

SQLExecDirect
SQLFreeStmt

SQLFetch
SQLGetData
{code}

> Need to implement ODBC driver for Ignite
> ----------------------------------------
>
>                 Key: IGNITE-1786
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1786
>             Project: Ignite
>          Issue Type: New Feature
>          Components: clients
>            Reporter: Dmitriy Setrakyan
>            Assignee: Igor Sapego
>             Fix For: 1.6
>
>
> # We have a C++ API for Ignite which starts JVM internally. Probably we can 
> just add that ODBC API there.
> # Another approach is to implement really separate driver and a network 
> server on java side which will interact with each other.
> The first one is simpler and probably more effective, but heavyweight. The 
> second one is probably slower but but more lightweight.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to