[ANN] DbxoODBC 3.000 - Kylix/Delphi Open Source ODBC dbExpress driver
From: Vadim V.Lopushansky (vadim_at_unknown.net)
Date: 05/31/04
- Next message: C4D - Kim Madsen: "ANN: kbmMW v. 2.01 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 20:49:47 +0300
Hello, All!
DbxoODBC 3.000 - Kylix/Delphi Open Source ODBC dbExpress driver.
WhatNews:
Version 3.000, 2004-05-31 [ Vadim V.Lopushansky pult@ukr.net ]
-------------------------
+ added odbc direct mode:
+ added Dynamic Odbc Api Loading (implement simple internal "odbc api
manager").
+ added support property "TSQLConnection.VendorLib"
It allows to use odbc libraries directly, passing odbc manager.
This mode is set by option DynamicOdbcImport in module "OdbcApi.pas".
Work through system ODBC Manager is more reliable.
+ added processing "statement per connection" when it is more then one.
[...]
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: C4D - Kim Madsen: "ANN: kbmMW v. 2.01 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|