Browse thread
[Caml-list] OCamlODBC : help wanted
- Maxence Guesdon
[
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: | Maxence Guesdon <maxence.guesdon@i...> |
| Subject: | [Caml-list] OCamlODBC : help wanted |
Hi,
Erik Arneson would like to use bound parameters in ODBC queries.
We would like to have something like :
let db = new Ocamlodbc.data_base "foo" "bar" "baz" in
let query = db#prepare "INSERT INTO mytable VALUES (?, ?)" in
try
db#begin_transaction;
List.iter (fun x -> query#execute (nth x 1) (nth x 2))
[ [ "x"; "y" ]; [ "a"; "b" ] ]
db#commit
with SQL_Error(s) -> db#rollback
;;
The problem is we're both quite busy at the moment.
If you know about ODBC and OCaml and you don't know what to code these days, may be you can have a look at it.
thanks,
OCamlODBC : http://www.maxence-g.net/Tools/tools.html
--
Maxence Guesdon
-------------------
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