DataVisuallyUK
Lurker
Good afternoon peeps, I'm wondering if you can assist me.
I am currently residing in the beginners area of Android Development but because i'm not sure what question to ask to get the answer I need, I am hoping someone can shed some light or point me in the right direction at least.
I am going to be using a dedicated barcode scanner and this barcode scanner uses a datawedge to get information to any app within a set profile. That bit is ok, but the development of said app is something else.
Ideally I want the app to scan a barcode which will contain several fields of information, basically the following:
TimeStamp (date and time of barcode scan), JobRef (numbers), DueDate (Date), Urgent (yes or no), Department, (listpicker) and maybe a couple of others.
I want the app to send the details to an awaiting table on our on-premise SQL Server database which I have full access to (for development purposes and messing about).
I'm not sure how to go about this, is there a service that needs to run on the server so that it listens for updates? or can I force an additional record in a table on the database by having the app work with it directly?
Kindest regards
Craig
I am currently residing in the beginners area of Android Development but because i'm not sure what question to ask to get the answer I need, I am hoping someone can shed some light or point me in the right direction at least.
I am going to be using a dedicated barcode scanner and this barcode scanner uses a datawedge to get information to any app within a set profile. That bit is ok, but the development of said app is something else.
Ideally I want the app to scan a barcode which will contain several fields of information, basically the following:
TimeStamp (date and time of barcode scan), JobRef (numbers), DueDate (Date), Urgent (yes or no), Department, (listpicker) and maybe a couple of others.
I want the app to send the details to an awaiting table on our on-premise SQL Server database which I have full access to (for development purposes and messing about).
I'm not sure how to go about this, is there a service that needs to run on the server so that it listens for updates? or can I force an additional record in a table on the database by having the app work with it directly?
Kindest regards
Craig