My website has a diary.aspx page which originally used an ms access.mdb. Although works fine with DataGrid on the localhost I could not get it to connect to my remote server.
I therefore decided, as suggested by my hosting supplier to use Mysql version5 database, which I have now configured with database name; username; password IP and port number.
Despite using a multitude of connection strings I can’t connect to the database at the remote server.
I need to connect to the database and set up the required tables/fields etc. to input and retrieve data.
Can anyone please Help.
latoc