How about the BDE?  

I haven't looked, but I would have thought if anything was built to move
from Paradox to Interbase then it would be that.

Paul Ritchie.

> -----Original Message-----
> From: Sandeep [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 15 December 2000 13:21
> To: Multiple recipients of list delphi
> Subject: Re: [DUG]: Locking Records
> 
> 
> On 15 Dec 2000, at 13:03, Neven MacEwan wrote:
> 
> > Sandeep
> > 
> > You don't, SQL Servers have no exposed concept of a lock
> > 
> > If you want the easiest port from an ISAM to SQL I'd recommend you
> > use ADOExpress (tho i've never used it with IB). ADO would give you
> > your filters and locates and then the only change you would 
> have to add
> > would
> > be confict resolution on updates (which is what you have to 
> do in SQL
> > because you
> > cannot "lock" records)
> > 
> > HTH
> > 
> > Neven
> 
> It is possible to lock a record using FIB TDataset.  
> Table.LockRecord is used to lock a record. When the LockRecord 
> function is called an update query is executed. 
> 
> 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"

Reply via email to