[ANN] DbxoODBC 2.014 - Kylix/Delphi Open Source ODBC dbExpress driver
From: Vadim V.Lopushansky (vadim_at_unknown.net)
Date: 04/13/04
- Next message: Reinhold Erlacher: "Re: RemObjects Software announces the RemObjects SDK 3.0"
- Previous message: Christophe Geers: "DCPCrypt Components Vs PHP mcrypt library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 13 Apr 2004 14:18:11 +0300
Hello, All!
DbxoODBC 2.014 - Kylix/Delphi Open Source ODBC dbExpress driver.
WhatNews:
Version 2.014
Version 2.013
-------------------------
+ Changed TSqlCommandOdbc - added stored procedure support.
+ fixed memory leak in TSqlConnectionOdbc.disconnect
+ fixed memory leak in TSqlCursorMetaDataProcedureParams.Destroy
+ Implemented UNICODE support (fldZSTRING, fldstUNICODE).
Although dbExpress components does not support that, DENT
supports and driver works very well. I have added connection
parameter 'EnableUnicode', it is by default Off.
+ Added new ISqlCommandOdbc interface, with new cancel method.
[...]
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%
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
- Next message: Reinhold Erlacher: "Re: RemObjects Software announces the RemObjects SDK 3.0"
- Previous message: Christophe Geers: "DCPCrypt Components Vs PHP mcrypt library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|