[ANN] DbxoODBC 2.09 - Kylix/Delphi Open Source ODBC dbExpress driver

From: vAd (vAd_at_Unknown.ua)
Date: 10/30/03


Date: Thu, 30 Oct 2003 21:59:38 +0200

Hello, All!

DbxoODBC 2.09 - Kylix/Delphi Open Source ODBC dbExpress driver.

WhatNews:

Version 2.09, 2003-10-31
------------------------

+ Added support BLOCK FETCHING mode:
   eCommBlockRead (default=True),
   eCommRowsetSize (default in SqlExp=20).
     ( Added support ODBC option: SQL_ATTR_ROW_ARRAY_SIZE ).

+ Added support for Pervasive.SQL, Cache`, PostgreSQL

+ Added demo application: ODBC Explorer (BLOB Image Viewing, Hex Editor,
    Syntax highlighting editor).

+ Added the opportunity to collect the driver in younger version Delphi for
  the senior version. Access to new opportunities now are accessible and in
  younger versions Delphi.

[...]

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\WinCVS\CVSNT;%path%
rem set path=D:\CygWin\bin;%path%
rem ------------------------------------------------------------------------
echo - When prompted for a password for anonymous, simply press the Enter
key.
rem ------------------------------------------------------------------------
echo on
cvs -d:pserver:anonymous@cvs-pserver.sourceforge.net:80/cvsroot/open-dbexpress
login
cvs -z3 -d:pserver:anonymous@cvs-pserver.sourceforge.net:80/cvsroot/open-dbexpress
co dbxoodbc
=================================================================

--
Vadim