ANN: DBXOODBC 3.025
- From: "pult" <pult@xxxxxxxxxxx>
- Date: 16 Jan 2006 02:53:45 -0700
DbxOODBC 3.025 - Kylix/Delphi Open Source ODBC dbExpress driver.
The driver can work with anyone odbc alias. Supports ODBC 2, 3, 3.5.
Can work directly with native vendor driver ODBC (not using thus manager "odbc32.dll" of ODBC (iODBC, unixODBC)).
Changes log:
Version 3.025, 2006-01-12
+ Added support Delphi 2006 Win32 DBX Driver version 2.5 (Ansi Driver).
+ ReAllocation of memory at reading BLOBS is excluded (BLOB fragmentation mode).
+ Added processing of defect in Delpgi 2006:
QC: 23553: Defect of assigning of parameters for ansi drivers.
http://qc.borland.com/wc/qcmain.aspx?d=23553
+ Fixed: Fetch of binary BLOB and text WideChar.
Project Home Page:
https://sourceforge.net/projects/open-dbexpress/
Release binary (zip): *** CHANGED ***
http://cvs.sourceforge.net/viewcvs.py/*checkout*/open-dbexpress/dbxoodbc/_Release/dbxoodbc.dll.rel.7z
Debug binary (zip): *** CHANGED ***
http://cvs.sourceforge.net/viewcvs.py/*checkout*/open-dbexpress/dbxoodbc/_Debug/dbxoodbc.dll.dbg.7z
Readme (download instruction):
http://cvs.sourceforge.net/viewcvs.py/open-dbexpress/dbxoodbc/ReadMe.Txt?view=markup
Changes Log:
http://cvs.sourceforge.net/viewcvs.py/open-dbexpress/dbxoodbc/ChangesLog.Txt?view=markup
Project Sources (Browse CVS):
http://cvs.sourceforge.net/viewcvs.py/open-dbexpress/dbxoodbc/
Installation of the driver (dbxdrivers.ini, dbxconnections.ini):
http://cvs.sourceforge.net/viewcvs.py/*checkout*/open-dbexpress/dbxoodbc/dbxdrivers.ini
http://cvs.sourceforge.net/viewcvs.py/*checkout*/open-dbexpress/dbxoodbc/dbxconnections.ini
License (GNU LESSER GENERAL PUBLIC LICENSE):
http://cvs.sourceforge.net/viewcvs.py/open-dbexpress/dbxoodbc/License.txt?view=markup
I recommend Tortoise CVS as the easiest to use Windows CVS client, from www.tortoisecvs.org
You will need to enter the CVS path (all on one line, including the leading colon:
:pserver:anonym...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/open-dbexpress
Or you can take advantage of the following command file:
load_cvs_dbxoodbc.bat
=================================================================
@echo off
rem WinCVS home page: http://wincvs.org/
set path=C:\Program Files\WinCVS\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 **********************************************
rem set cvsproj=cvs.sourceforge.net/cvsroot/open-dbexpress
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
.
- Follow-Ups:
- Re: ANN: DBXOODBC 3.025
- From: Ed Blanchard
- Re: ANN: DBXOODBC 3.025
- Prev by Date: Re: Retrieving data from Exchange
- Next by Date: Re: In-memory dataset
- Previous by thread: Retrieving data from Exchange
- Next by thread: Re: ANN: DBXOODBC 3.025
- Index(es):
Relevant Pages
|