[
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 <max@s...> |
| Subject: | Re: OCaml <--> ODBC/SQL Server |
Luc MAZARDO a écrit : > > There is an OCaml ODBC bindings (http://maxence.guesdon.free.fr/tools_en.html) > but I don't use this one because I don't know where i can found : > odbc_types.h and odbc_funcs.h. These two files can be found with iODBC or myODBC, but they don't seem very 'standard'. For example, they don't come with Postgresql ODBC (I just tried yesterday). Btw, I just made some cleaning in the code, and fixed an allocation pb. Next mission : kick out odbc_types.h and odbc_funcs.h from OCamlODBC files and use only isql.h, iodbc.h, and isqlext.h, then make some changes in the Makefile (add postgresql options in comments). I'll post a message when a new version is available. Maxence Guesdon