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

----- Original Message -----
From: Sandeep <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Friday, 15 December 2000 12:49
Subject: [DUG]: Locking Records


> Hi
>
> How do I lock a record before TIBTable goes into edit mode.
>
> 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