From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,13f447dc02f03a5c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-21 08:04:59 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: anisimkov@yahoo.com (Dmitriy Anisimkov) Newsgroups: comp.lang.ada Subject: Re: DBF Date: 21 Apr 2002 08:04:58 -0700 Organization: http://groups.google.com/ Message-ID: <413e860a.0204210704.7f6dd566@posting.google.com> References: NNTP-Posting-Host: 195.162.48.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1019401498 6875 127.0.0.1 (21 Apr 2002 15:04:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 21 Apr 2002 15:04:58 GMT Xref: archiver1.google.com comp.lang.ada:22863 Date: 2002-04-21T15:04:58+00:00 List-Id: > Does anyone know, any package or something to read DBF files with Ada? > I know, y can convert DBF files to CSV and then read them like a plain text > document, but if it's possible i'd like to read directly DBF files. > Does anyone know, any package or something to read DBF files with Ada? > I know, y can convert DBF files to CSV and then read them like a plain text > document, but if it's possible i'd like to read directly DBF files. DBF files accessible thru the ODBC interface, at least under the Win32 platform. You can use ODBC binding from the GNADE package http://gnade.sourceforge.net/ or thru the Pascal Obry ODBC bindings. http://perso.wanadoo.fr/pascal.obry/contrib.html or something else Ada95 ODBC bindings.