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: DTS_E_INDUCEDTRANSFORMFAILUREONERROR
    ... Managed ODBC provider to optimize the memory consumed for ... read from the native ODBC driver underneath the managed adapter. ... This call and setting is used when SSIS is reading data from a Managed ...
    (microsoft.public.sqlserver.dts)
  • Re: DTS_E_INDUCEDTRANSFORMFAILUREONERROR
    ... SSIS packages utilizing some 3rd party ODBC ... Managed ODBC provider to optimize the memory consumed for ... read from the native ODBC driver underneath the managed adapter. ...
    (microsoft.public.sqlserver.dts)
  • Re: SSIS package Informix to SS 2005
    ... You should contact OpenLink technical support for assistance is resolving ... ODBC issues, using the OpenLink ODBC Driver shipped by Avaya, with other ... Multi-tier ODBC Driver forInformix. ...
    (microsoft.public.sqlserver.odbc)
  • 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)
  • [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)