ANN: DBXOODBC 3.026
- From: "pult" <anonymous@xxxxxxxxxxx>
- Date: 8 Mar 2006 23:03:15 -0700
DbxOODBC 3.026 - 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 ODBC (iODBC, unixODBC) manager "odbc32.dll").
Can work directly with native vendor driver ODBC (not using thus manager "odbc32.dll" of ODBC (iODBC, unixODBC)).
Changes log:
Version 3.026, 2006-03-07
-------------------------
+ Added detected: "Sybase System 11", "Adaptive Server Anywhere", "IBM DB2/400 SQL".
Thanks: Ed Blanchard, Jose Belanger.
+ Added check of null termination when fetching of text blob ( TSqlCursorOdbc.FetchLongData ).
+ Added demos: Demos\DBMS:
MSSQL\Connect
ORACLE\Connect
SYBASE\Connect
+ Updated to last version: "FastMM4.pas", "RegExpr.pas".
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
.
- Prev by Date: Re: Cypress generic USB device driver headers for Delphi
- Next by Date: Re: PDFCreator
- Previous by thread: Aleksey Kuznetsov of Utilmind Solutions
- Next by thread: Re: unicode regular expression library
- Index(es):
Relevant Pages
|