Oracle support in D?

Eduard Staniloiu edi33416 at gmail.com
Mon Jul 8 12:38:12 UTC 2019


On Friday, 5 July 2019 at 15:18:32 UTC, Adam D. Ruppe wrote:
> On Friday, 5 July 2019 at 15:02:45 UTC, Nick Papanastasiou 
> wrote:
>> Anyone have something I might have missed? Thanks.
>
> Did you consider ODBC yet? It might give you at least basic 
> accesS.
>
> odbc bindings I believe is still in etc.c package distributed 
> with dmd.

I think you should be able to use OCI with the help of dpp [0],
just by including the headers ("oci.h") and linking with the 
library.

You can try to get one of the OCI examples [1], use D syntax and 
compile it with dpp.

Hope it helps,
Edi

[0] - https://code.dlang.org/packages/dpp
[1] - 
https://docs.oracle.com/cd/A64702_01/doc/server.805/a58234/app_exam.htm


More information about the Digitalmars-d mailing list