From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA26194; Fri, 26 Sep 2003 20:06:02 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA32626 for ; Fri, 26 Sep 2003 20:06:01 +0200 (MET DST) Received: from karnes.tea.state.tx.us (karnes.tea.state.tx.us [198.214.97.45]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h8QI5xH00623 for ; Fri, 26 Sep 2003 20:06:00 +0200 (MET DST) Received: from KARNES.tea.state.tx.us ([198.214.97.45]) by karnes.tea.state.tx.us with Microsoft SMTPSVC(5.0.2195.5329); Fri, 26 Sep 2003 13:05:55 -0500 Received: From ladybird.tea.state.tx.us ([198.214.97.30]) by KARNES.tea.state.tx.us (WebShield SMTP v4.5 MR1a); id 1064599554476; Fri, 26 Sep 2003 13:05:54 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C38458.D39FDA54" Subject: [Caml-list] Ocaml database connections Date: Fri, 26 Sep 2003 13:05:53 -0500 Message-ID: Thread-Topic: Ocaml database connections Thread-Index: AcOEWNOPfiz20D/0Tca/wIalYPD7+A== From: "Wilson, Tony" To: X-OriginalArrivalTime: 26 Sep 2003 18:05:55.0226 (UTC) FILETIME=[D46ABFA0:01C38458] X-Loop: caml-list@inria.fr X-Spam: no; 0.00; tea:99 ocaml:01 ocaml:01 arial:95 arial:95 relational:05 relational:05 postgresql:06 postgresql:06 message:89 student:11 student:11 U4:88 multi-part:83 platform:18 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk This is a multi-part message in MIME format. ------_=_NextPart_001_01C38458.D39FDA54 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On a Windows XP platform, how can I connect to a relational database such as Mysql or Postgresql? =20 Tony Wilson Student Assessment ------_=_NextPart_001_01C38458.D39FDA54 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ocaml database connections

On a Windows XP platform, how can I = connect to a relational database such as Mysql or Postgresql?  =

Tony Wilson
Student Assessment


------_=_NextPart_001_01C38458.D39FDA54-- ------------------- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id BAA14089; Sat, 27 Sep 2003 01:05:47 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id BAA04651 for ; Sat, 27 Sep 2003 01:05:46 +0200 (MET DST) Received: from speakeasy.org (dsl081-017-141.sea1.dsl.speakeasy.net [64.81.17.141]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h8QN5j513001 for ; Sat, 27 Sep 2003 01:05:45 +0200 (MET DST) Received: (from shawnw@localhost) by speakeasy.org (8.10.1/8.10.1) id h8QN5Xf03769 for caml-list@inria.fr; Fri, 26 Sep 2003 16:05:33 -0700 Date: Fri, 26 Sep 2003 16:05:33 -0700 From: Shawn Wagner To: caml-list@inria.fr Subject: Re: [Caml-list] Ocaml database connections Message-ID: <20030926230533.GR599@speakeasy.org> Mail-Followup-To: caml-list@inria.fr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Loop: caml-list@inria.fr X-Spam: no; 0.00; shawnw:01 caml-list:01 postgres:01 ocaml-mysql:01 postgres:01 raevnos:01 pennmush:01 shawnw:01 bindings:01 ocaml:01 ocaml:01 speakeasy:01 speakeasy:01 sep:01 compile:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, Sep 26, 2003 at 01:05:53PM -0500, Wilson, Tony wrote: > On a Windows XP platform, how can I connect to a relational database > such as Mysql or Postgresql? There are bindings for both MySQL and Postgres (I maintain the MySQL one). I assume it can be made to work on Windows, though I don't use the OS and have never tried to compile the Ocaml-MySQL library on it. I have no idea about Postgres. See http://raevnos.pennmush.org/code/ocaml.html#mysql -- Shawn Wagner shawnw@speakeasy.org ------------------- 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