MySQL Forums
Forum List  »  Microsoft Access

Re: vb6-mysql-[Not able to update data]
Posted by: Mauricio Ramirez
Date: July 22, 2005 10:27AM

En la cadena de conexion no especificas el id de usuario, tengo entendido que en mysql debes especificar un nombre de usuario que tenga permisos totales, q por defecto es root.
en ese caso seria:
str = "Provider=MySqlProv;Data Source=test;Integrated Security=SSPI;Password="";User ID=root;Location=;Extended Properties="

Options: ReplyQuote


Subject
Views
Written By
Posted
5047
March 15, 2005 05:05AM
Re: vb6-mysql-[Not able to update data]
2167
July 22, 2005 10:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.