ANN: DbxoODBC 3.015 - Kylix/Delphi Open Source dbExpress driver

From: Vadim V.Lopushansky (vadim_at_unknown.net)
Date: 06/18/04


Date: Fri, 18 Jun 2004 18:07:49 +0300

Dear Developers,

I am glad to announce the newest "dbxoodbc" release 3.0.1.5, which fixed the
reported bugs.

"dbxoodbc" is Kylix/Delphi open source DbExpress driver for ODBC or Direct
ODBC (without odbc manager).

WhatNews:
 Added supports odbc 2.0 for odbc direct mode.

Now "dbxoodbc" supports directly mode the following odbc drivers:
 - IBM DB2 Universal Database Client Library.
 - Informix Server CLI Library.
 - Interbase/Firebird/Yafill odbc drivers: Phoenix, Easysoft, Gemini, XTG.
 - Oracle odbc drivers.
 - Microsoft SQL Server odbc driver.
 - MySQL odbc driver.
 - PostgreSQL odbc driver.
 - MSJet odbc driver (Access, dBase, Paradox, Excel, CVS).
 - Merant DBase, Clipper, Foxpro odbc driver.
 - Gupta odbc driver.
 - PostgreSQL odbc driver.
 - Cache` odbc driver.
 - Sybase odbc driver.
 - ThinkSQL odbc driver.
 - PervasizeSQL odbc driver.
 - ThinkSQL odbc driver.

 - also ODBC datasources.

Home page:
  http://open-dbexpress.sourceforge.net/
SourceForge Project Home Page:
https://sourceforge.net/projects/open-dbexpress/

 First, you must test with the latest version from the CVS area:

Project Sources:

  I recommend Tortoise CVS as the easiest to use Windows CVS client, from
  http://www.tortoisecvs.org
  You will need to enter the CVS path (all on one line, including the
  leading colon:

:pserver:anonymous@cvs.open-dbexpress.sourceforge.net:/cvsroot/open-dbexpres
s

  or

  Example of loading/updating of the project from CVS by means of a batch
  file. For work it is necessary to edit a path to cvs.exe.

load_cvs_dbxoodbc.bat
=================================================================
@echo off
set path=C:\Program Files\GNU\WinCvs 1.3\CVSNT;%path%
rem set path=D:\CygWin\bin;%path%
echo **********************************************
echo - When prompted for a password for anonymous,
echo simply press the Enter key.
echo **********************************************
set cvsproj=cvs-pserver.sourceforge.net:80/cvsroot/open-dbexpress
echo on
cvs -d:pserver:anonymous@%cvsproj% login
cvs -z3 -d:pserver:anonymous@%cvsproj% co dbxoodbc
=================================================================

--
Vadim


Relevant Pages

  • Re: Extracting data with VFP from PRISM database
    ... Windows "Query Builder" app that looks like it might have been done in VB. ... The app gets data from the PRISM db in the following manner as far as I can ... does Alphameric have a Windows compliant ODBC driver or an OLE DB ...
    (microsoft.public.fox.programmer.exchange)
  • Re: C0000005 errors: ODBC driver problem?
    ... Your suggestion to use APPEND FROM solved the problem. ... There must be a bug in the Excel ODBC driver I was using, because when I entirely stopped using SQLConnectand SQLexecfor Excel and instead used ...
    (microsoft.public.fox.programmer.exchange)
  • ODBC driver crashing my program
    ... I am new to any database stuff. ... Starting the ODBC control panel i can add a User DSN ... if I try to add a new File DSN for the MySQL ODBC ... bug in the MySQL ODBC driver? ...
    (microsoft.public.vc.mfc)
  • Re: [PHP] ODBC and long text fields
    ... "Text" is a MS SQL field for ... MSSQL specific php extension? ... MSSQL functions still require an ODBC driver underneath, ...
    (php.general)
  • [ANN] DbxoODBC 3.010 - Kylix/Delphi Open Source ODBC dbExpress driver
    ... DbxoODBC 3.010 - Kylix/Delphi Open Source ODBC dbExpress driver. ... added connection option coReadOnly. ... I recommend Tortoise CVS as the easiest to use Windows CVS client, ... echo - When prompted for a password for anonymous, ...
    (borland.public.delphi.thirdpartytools.general)