[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sebastien Ferre <sbf@a...> |
| Subject: | Re: [Caml-list] Ocamlodbc |
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