> > Hi
> >
> > If anybody know any foxpro command can be used to lock the physical table in SQL database ?
> >
> > Thanks
> > Wendy
>
> In an SQL Server database there are no physical table files, only the database file and a log file. The tables are inside.
>
> -Anders
Yes. I know. do you know how to lock the database file to prevent other user to read,update or delete any records in the database file.
I'm using MS SQL express. Have tried to use LOCK TABLE ... but encounter this error msg "Incorrect syntax near the keyword 'TABLE'."
Thanks