"Sagar, Sanjeev" <[EMAIL PROTECTED]> wrote on 11/05/2004 16:16:19:

> Hello All,
>
> I have a requirement where I have to implement the Oracle fine grain
access
> control functionality in MySQL 4.0.19
>
> Any ideas will be highly appreciable that how can I implement this in
MySQL.
> I know how to do it in Oracle but not sure if MySQL can do this.

Use the InnoDB table type, which is closely modelled on Oracle structurea
and has row-level locking.

      Alec


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to