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"

Reply via email to