Hi,
I designing a winform application to capture data stored in a mySQL db on my https website.
I am not sure whether to access the mySQL db directly (if I can) or goto a webpage and read the records from it?
I have the passwords for both
It seems more logical to go straight to the db and query the tables, any suggestions of best method?
Thanking you
I designing a winform application to capture data stored in a mySQL db on my https website.
I am not sure whether to access the mySQL db directly (if I can) or goto a webpage and read the records from it?
I have the passwords for both
It seems more logical to go straight to the db and query the tables, any suggestions of best method?
Thanking you