File based and SQL based databases are just not the same - usually require a
major rewrite to work with SQL databases to get similar performance.
Your best bet would be to derive your own table and for each of the cases
outlined generate/create/write your own SQL statements.
The other alternative is to use MIDAS instead (but then you need to use
TClientDatasets - which do work just like paradox tables) - but you need to
the enterprise version of Delphi (this would be my preferred method if there
was not lots of bugs in TClientDatasets).
The third alternative is to do something inbetween - your own table
component, but populate it from a SQL based dataset.
All in all - it's a lot of work either way - if you want to keep your code
the same.
Myles.
> -----Original Message-----
> From: Sandeep [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 15, 2000 11:27 AM
> To: Multiple recipients of list delphi
> Subject: [DUG]: Interbase
>
>
> Hi
>
> I'm converting my Application from Paradox to Interbase. I don't
> want to change anything in my Application code, hence I have to
> modify TIBTable to include some functions. They are
> 1. SetRange
> 2. CancelRange
> 3. FindNearest
> 4. FindKey
> 5. SetKey
>
> How do I go about implementing them in TIBTable.
>
> Sandeep.
>
> --------------------------------------------------------------
> -------------
> New Zealand Delphi Users group - Delphi List -
> [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"