Shantanu24
Posts: 19
Joined: Fri Dec 30, 2016 6:28 am

Response from MsSQL DB

Wed Jan 18, 2017 7:50 am

I am sending barcodes to a MsSQL DB using GET request via a Raspbery Pi.

I have a second Pi which scans a barcode and send it to the same MsSQL DB. Now I need to get a message from the database if the barcodes have matched or not

Is it possible for a MsSQL engineer to input this "MATCH" or "NO-MATCH" in the response? SO that I can just use

Code: Select all

requests.response(" ")
And receive a MATCH or NO-MATCH message?

Return to “Networking and servers”