RickHunter84
Registered User.
- Local time
- Today, 06:47
- Joined
- Dec 28, 2019
- Messages
- 85
Dear friends,
I hope everyone is well.
Thinking out loud here. I was wondering if its possible to execute a local command with VBA to query an external MySQL DB in the internet, for example: MySQL is hosting user names, and this command will go into the MySQL database and check if the user exist and returns true/false.
*This is just an example, I know this can be done locally checking user names.
I'm leaning towards more using this external online DB to check if a program subscription is still valid or expired, therefore stopping the usage of the local application. Keeping in mind the machine needs to have internet connection and account for that when internet is not available.
Any thoughts on this?
Thank you as always.
Best regards,
Rick
I hope everyone is well.
Thinking out loud here. I was wondering if its possible to execute a local command with VBA to query an external MySQL DB in the internet, for example: MySQL is hosting user names, and this command will go into the MySQL database and check if the user exist and returns true/false.
*This is just an example, I know this can be done locally checking user names.
I'm leaning towards more using this external online DB to check if a program subscription is still valid or expired, therefore stopping the usage of the local application. Keeping in mind the machine needs to have internet connection and account for that when internet is not available.
Any thoughts on this?
Thank you as always.
Best regards,
Rick