digitalmars.D - Oracle support in D?
- Nick Papanastasiou (6/6) Jul 05 2019 Hey guys,
- Adam D. Ruppe (5/6) Jul 05 2019 Did you consider ODBC yet? It might give you at least basic
- Eduard Staniloiu (11/18) Jul 08 2019 I think you should be able to use OCI with the help of dpp [0],
- Laeeth Isharc (5/11) Jul 11 2019 I don't use Oracle, but usually google is your friend (just
- bauss (2/8) Jul 11 2019 https://github.com/buggins/ddbc Should work :)
Hey guys, We have a few processes at work that are a too slow for the business's liking and could benefit from a D rewrite. Biggest issue is that I haven't been able to find any support for a querying an Oracle database, which we need to try this out. Anyone have something I might have missed? Thanks.
Jul 05 2019
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.
Jul 05 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: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.htmAnyone 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.
Jul 08 2019
On Friday, 5 July 2019 at 15:02:45 UTC, Nick Papanastasiou wrote:Hey guys, We have a few processes at work that are a too slow for the business's liking and could benefit from a D rewrite. Biggest issue is that I haven't been able to find any support for a querying an Oracle database, which we need to try this out. Anyone have something I might have missed? Thanks.I don't use Oracle, but usually google is your friend (just search for oracle dlang). I brought the deimos driver up to date for dmd and phobos. https://github.com/kaleidicassociates/ocilib
Jul 11 2019
On Friday, 5 July 2019 at 15:02:45 UTC, Nick Papanastasiou wrote:Hey guys, We have a few processes at work that are a too slow for the business's liking and could benefit from a D rewrite. Biggest issue is that I haven't been able to find any support for a querying an Oracle database, which we need to try this out. Anyone have something I might have missed? Thanks.https://github.com/buggins/ddbc Should work :)
Jul 11 2019