caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Sebastien Ferre <sbf@aber.ac.uk>
To: caml-list@inria.fr, alex@baretta.com
Subject: Re: [Caml-list] Ocamlodbc
Date: Mon, 27 Oct 2003 16:43:12 +0000	[thread overview]
Message-ID: <3F9D4B20.1080105@aber.ac.uk> (raw)
In-Reply-To: <3F9D1E71.7050102@baretta.com>


I recently implemented an access to Oracle for OCaml.
I just use the free C library libsqlora8, which provides
an easy interface to Oracle, and wrap it in a OCaml module.
The interface is simple, and probably limited, but I think
it is suitable to most uses.

The C library is available at http://www.poitschke.de/libsqlora8/.
I can give you the wrapping code (a C file + a ML file), if you wish.

Hope this helps,
Sebastien

Alex Baretta wrote:
> I'm working on interfacing a piece of Ocaml code with an Oracle dbms. I 
> noticed that Ocamlodbc does support Oracle, and I've been able to build 
> both the unixodbc and the ocamlodbc/oraclecfo libraries. I'd like to 
> know what C client libraries/ODBC drivers i need for Oracle to work with 
> ocamlodbc.
> 
> Also, does anyone know if there is a "native" client library for Oracle 
> à la libpq de PostgreSQL?
> 
> Alex


-- 
Sebastien B. Ferre
Computer Science, University of Wales, Aberystwyth, UK
Email: sbf@aber.ac.uk
Url: http://users.aber.ac.uk/sbf

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2003-10-27 16:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-27 13:32 Alex Baretta
2003-10-27 14:48 ` Erik Arneson
2003-10-30 14:11   ` Vitaly Lugovsky
2003-10-30 17:32     ` Alex Baretta
2003-10-27 15:34 ` Richard Jones
2003-10-27 16:43 ` Sebastien Ferre [this message]
2003-10-28  8:43   ` [Caml-list] Oracle access [was: Ocamlodbc] Alex Baretta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F9D4B20.1080105@aber.ac.uk \
    --to=sbf@aber.ac.uk \
    --cc=alex@baretta.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).