Click to See Complete Forum and Search --> : ADO Table Lock


Dante
03-13-2000, 04:46 AM
To date I still don't know how to lock a table for as long as I want
in VB6/ADO.

I wish this will be available in VB 7.

Miha Markic
03-13-2000, 07:41 AM
Using SQL statament? Like "SELECT * FROM TABLE FOR UPDATE" for Oracle. Off
course it depenends on database server.

Miha


"Dante" <dantedt@yahoo.com> wrote in message
news:38ccab00$1@news.devx.com...
>
> To date I still don't know how to lock a table for as long as I want
> in VB6/ADO.
>
> I wish this will be available in VB 7.
>
>
>