hi every one. i have a vb6 application and i am using xampp as my database. it works fine when i access my database locally using the following code:
Driver={MySQL ODBC 3.51 Driver};Database=NAME_OF_MY_DATABASE;Server=localhost; Port=3306;Option=13;
but how will access xampp database stored in a remote pc in a network? thankz.