I am a new programmer to MYSQL and Visual Web Developer. I am trying to connect to the MYSQL server on my account but I cant for the life of me work out what the connection string should be. After looking through loads of different sources I have become very confused. My current string is
It says:
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
or the MS version of OLEDB should also work with:
Provider=MySQLProv;Data Source=mydb;User Id=myUsername;Password=myPassword; and System.Data.OleDb.OleDbConnection
ahhh I didnt realise we could create a bin file on the server and copy Dll’s into it. Now I have copied the dll in it works great. Thankyou for your help, I have to say this web malarky is very frustrating, I think I will stick to VB and c++