I'm trying to send data from MS SQL Server to an android app, and I've seen online tutorials so far, they only teach how the receive/insert data from/into MS SQL Server from the android side. Is there any way to send data to android from the SQL server side "live"?
In my context, I have a website created in visual studio with the sql server in the same project, and I want to send a notification to the android app upon clicking a button in the website.
For receiving data from MS SQL Server using android app, I used Microsoft's jtds driver, which I imported into the android app. Can this driver be used to receive data as well?