On Wed, 11 Dec 1996 08:31:03 -0800, "Garrett P. Dangerfield"
Quote:
>Original question:
>Yes, the layers are as follows:
>> >Has anyone out there sucessfully connected Delphi 1.0 or 2.0 to an
>> >AS/400 SQL database via the BDE?
>> >We are having some limited sucess, but...
>> >Would love to hear that it has been done before.
>AS/400 | SQL | ODBC | BDE | Delphi
>We are interested in both a Delphi 1.0 and a Delphi 2.0 solution.
>Obviously looking forward to the Delphi 2.0 solution.
>Thanx,
>Garrett P. Dangerfield
Well, yes we have connected:
We use Client Access '95 ODBC driver to connect Delphi 2 to the
As/400.
It works. it aint fast, but it works fine.
We have briefly also looked at the following...
Netsoft ODBC - worked, seemed faster, but occasional crashes &
unexplained errors (we didn't have the time to follow it up, we were
still having too many problems with Client Access '95)
CO/400 - a number of native AS/400 components. Means your code is far
less portable (you can't suddenly decide to move data from the /400 to
your network server, for example) but seemed very quick. Unfortunately
our 30 day trial period ran out, and the latest version crashes when
we try to enter the registration key - hope to be looking again in a
few days...
LightLib/400 - we beta tested this - it looked promising (then, so did
OS/2!!!) but it took us 4 beta releases just to get it to install
successfully!!! We installed the release version recently -
unfortunately it still isn't working properly with our setup. It
certainly seems quick, but doesn't work with TQuery components, only
TTable - we're waiting on a reply from them to help us out.
Also, we understand that SQL Links may have a driver for DB2/400.
Actually Delphi Developer 2.01 was meant to - it actually had 16 bit
DB/2 drivers which didn't appear to work anyway.
I am under a NDA so can't say much about it - perhaps, as I am still
investigating other solutions, you can read between the lines :)
Max