Hi Daniweb users :)
Im having a problem over here :(
Im developing a application on VB and currently using MySQL to connect to a online database
but Microsoft(on Albania) wanted us to change from SQL to MySQL data.
I HAVE ABSOLUTELY NO IDEA WHAT THE SYNTAX OF CONNECTING SHOULD BE
after done some researches I saw that SQL was easier than MySQL for me (pretty basic)
but on all videos or tuttorials there was no one who could show how to connect to a online database.
I mean the server can be a cities far from mine and I can connect to the data.
I may use my other pc. Im going to format it now so can use it only as a data server.
can you guys help me with any idea please?
PS: is it possible to turn a home pc to a Data base as Im searching to do?
Edit:
somewhere on internet found this code
Dim Sqlconn As New SqlConnection("Server=:serverip:;Database=:DB:; uid= :uid:; pwd=:pwd:;")
how to configure with this? the soem syntax as MySQL?