Re: Connecting VB .net to VIsual Studio please i need help asap
Posted by: Theo Aguilar
Date: January 24, 2013 11:04AM

Both the code and server explorer. Just the typical way of testing connection for the code.

Dim conn as new MySqlConnection()
conn.ConnectionString = "Server=localhost;Database=sample;User Id=root;password=futr3."
conn.Open()
If conn.State = ConnectionState.Open
MessageBox.Show("Conn")


But it sends exception automatically and thats the error. tried connecting to server explorer instead but got the same error. Pleasssssse help T_T

Options: ReplyQuote




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.