From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=AWL,SPF_SOFTFAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id B7A8EBC37 for ; Mon, 17 Aug 2009 23:32:05 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AngBALZoiUrBvsFKl2dsb2JhbACbBAEBAQEBCBUHujaEGQWCKQ X-IronPort-AV: E=Sophos;i="4.43,398,1246831200"; d="scan'208";a="44773380" Received: from dnsp.umh.ac.be (HELO hermes1.umh.ac.be) ([193.190.193.74]) by mail4-smtp-sop.national.inria.fr with ESMTP; 17 Aug 2009 23:32:05 +0200 Received: from poincare.swapping.umh.ac.be (poincare.swapping.umh.ac.be [10.102.100.13]) by hermes1.umh.ac.be (8.14.2/8.13.6) with ESMTP id n7HLQxLC618544; Mon, 17 Aug 2009 23:27:00 +0200 Received: from localhost ([127.0.0.1] ident=trch) by poincare.swapping.umh.ac.be with esmtp (Exim 4.69) (envelope-from ) id 1Md9ne-0007um-90; Mon, 17 Aug 2009 23:31:30 +0200 Date: Mon, 17 Aug 2009 23:31:30 +0200 (CEST) Message-Id: <20090817.233130.369086458103799534.Christophe.Troestler+ocaml@umons.ac.be> To: delgiika@yahoo.de Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Connecting to Mysql using Ocaml From: Christophe TROESTLER In-Reply-To: <493613.88575.qm@web28507.mail.ukl.yahoo.com> References: <493613.88575.qm@web28507.mail.ukl.yahoo.com> X-Face: #2fb%mPx>rRL@4ff~TVgZ"<[:,oL"`TUEGK/[8/qb58~C>jR(x4A+v/n)7BgpEtIph_neoLKJBq0JBY9:}8v|j Organization: University of Mons Return-Receipt-To: Christophe.Troestler@umons.ac.be Disposition-Notification-To: Christophe.Troestler@umons.ac.be X-Mailer: Mew version 6.2.51 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 193.190.193.76 X-Spam: no; 0.00; ocaml:01 christophe:01 troestler:01 christophe:01 troestler:01 ocaml:01 ocaml-mysql:01 inserting:01 tarball:01 cheers:01 2009:98 wrote:01 caml-list:01 aug:10 snippet:10 On Mon, 17 Aug 2009 21:04:46 +0000, tumenjargal tsagaan wrote: > > has someone with experience tell me how to access mysql database > using ocaml? Any help would be appreciated. Google is your friend: for "mysql ocaml" it reports as its first page http://raevnos.pennmush.org/code/ocaml-mysql/ > It would be great when posting a small snippet for connecting a > mysql database and inserting something. You will hopefully be fully satisfied that there is a demo in the tarball then! Cheers, C.