Even more adventurous option would be to write a native .NET client for the query server. :)
My Python implementation could be used as a reference for that: https://bitbucket.org/lalinsky/python-phoenixdb/src/master/phoenixdb/?at=master There are some problems with the current query server in Phoenix 4.4, so for any real use, you would need to compile Phoenix yourself with a more recent version of Calcite. Lukas On Wed, Jul 22, 2015 at 5:44 PM, Sergey Belousov <[email protected]> wrote: > I do not think it can be used from .NET yet > The client implementation is currently a JDBC driver with minimal > dependencies. The transport mechanism is currently JSON encoded requests > over HTTP transport. There’s also a sqlline script that uses the thin > client. > > If you feel adventurous you can try java bridge :) > http://jni4net.com/ > > > On Wed, Jul 22, 2015 at 10:44 AM, anil gupta <[email protected]> > wrote: > >> I guess Phoenix Query Server might solve your problem. >> Have a look at: https://phoenix.apache.org/server.html >> >> I haven't used it, so i wont be able to speak for its features. >> >> >> On Wed, Jul 22, 2015 at 7:38 AM, Siva B <[email protected]> wrote: >> >>> Then how can we connect with non-java applications ? >>> >>> ------------------------------ >>> Date: Wed, 22 Jul 2015 10:24:48 -0400 >>> Subject: Re: Phoenix ODBC Connection >>> From: [email protected] >>> To: [email protected] >>> >>> I do not beleave there is ODBC driver for Phoenix. At least I never saw >>> one may be someone did. >>> On Jul 22, 2015 10:12 AM, "Siva B" <[email protected]> wrote: >>> >>> Hi, >>> >>> Can anyone share the URL to download Phoenix ODBC installer for Windows. >>> I have to connect phoenix with legacy Dotnet application. >>> >>> Thanks. >>> >>> >> >> >> -- >> Thanks & Regards, >> Anil Gupta >> > >
