I'm using VB6 and MySQL database server, I work fine for select statement
and I can view the data but I can't "INSERT, UPDATE and DELETE" data at
MySQL database.
It return a error code "run-time error 3251, current recordset does not
support updating. This may be a limitation of the provider, or of the
selected locktype"
Does anyone know how to INSERT, UPDATE and DELETE record at MySQL? If you
have, please provide some CODE?
Many thanks
and I can view the data but I can't "INSERT, UPDATE and DELETE" data at
MySQL database.
It return a error code "run-time error 3251, current recordset does not
support updating. This may be a limitation of the provider, or of the
selected locktype"
Does anyone know how to INSERT, UPDATE and DELETE record at MySQL? If you
have, please provide some CODE?
Many thanks
Comment