The easiest way to do this will be with the REST API. [1] [2] There is an ODBC driver is available for download, but this would likely require a little more setup. It's been a few years since I worked in C#, but this seems like a reasonable HOW-TO from the MS docs. [3] [4]
[1] - https://drill.apache.org/docs/rest-api/ [2] - http://stackoverflow.com/questions/9620278/how-do-i-make-calls-to-a-rest-api-using-c [3] - https://msdn.microsoft.com/en-us/library/aa984313(v=vs.71).aspx [4] - https://drill.apache.org/docs/installing-the-driver-on-windows/ On Mon, Feb 1, 2016 at 1:45 AM, Sanjiv Kumar C <[email protected]> wrote: > Hello > Would you please tell me (examples) how to show data from sql > server using apache drill in c# programming. > > If possible please give some example or demo. > Thanks in Advance. > > -- > Thanks & Regards > * Sanjiv Kumar* >
