> I am currently caught between a rock and a hard place!  I 
> have a legacy Delphi 1 16-bit application that needs to talk to a
32-bit 
> ODBC driver.
I couldn't think of any nice solutions but one option (depending on the
amount of data) is to use a copy of the database in say Paradox or an
older Interbase format that both D1 and D4 apps can be attached to. 
This would require a very simple D4 app that simply BatchMoves to a
tempory/local copy of the target database.  The D1 app could then access
the copy rather than the actual target.  Would probably only work in the
simplest case.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to