locked
How To Capture Record In Device Update Later RRS feed

  • Question

  • User2033107836 posted

    Hello

    I’m using Asp.net 2.0 C# Website In my asp.net I have one table in that we update daily records

    For Example, we have Tracking No Like This in SQL table

    Tracking No

    Date

    Location

    A001

    01-June-2018

    Chennai

    A002

    01-June-2018

    Bangalore

    A003

    01-June-2018

    Delhi

     

    For Example, We Have One Branch  There We Don’t Have Computer For That We Need One Device Where We Can Scan In That Device And Keep That Tracking No, Date, Location Saved..

    Later Evening We Took That Device and will plug that device via USB to our computer then we open one aspx page if I click update the record what stored in device will get updated to sql table.

    For this how to do so…?

    Need Help

    Thanking You

    Friday, June 22, 2018 3:56 PM

All replies

  • User283571144 posted

    Hi asp.ambur,

    Later Evening We Took That Device and will plug that device via USB to our computer then we open one aspx page if I click update the record what stored in device will get updated to sql table.

    For this how to do so…?

    According to your description, I found you have already find a usb deivce and could get the data from that device.

    So I couldn't understand what's your issue now.

    Do you mean you want to know how to use the asp.net get the usb device data?

    If this is your question, I suggest you could firstly connect to the USB device provider to ask for C# library to connect to the device.

    Then you could write the codes to get the data from the usb device and update the database according to the data.

    Best Regards,

    Brando

    Monday, June 25, 2018 8:49 AM
  • User2033107836 posted

    Hello 

    Thank You For Your Reply

    Let Me Explain You In Details

    I need one device in which user will scan my barcode from that i want to store 3 fields in that device 

    my barcode data, current date, departmentname

    Later In The Evening That Device will plug in to system will click update that data should update to my MS SQL Database

    How to achieve this..

    Hope this clear

    Monday, June 25, 2018 9:28 AM
  • User283571144 posted

    Hi asp.ambur,

    As far as I know, there are multiple device could read the barcode.

    But you want to store the barcode in the device and read later, this need the device should have the memory item to store the read data.

    Normally, we will directly use device read th bar code and diretly send the data from usb to the computer.

    Then we could write some logic to sotre the data into database.

    I suggest you could firstly conenct to the device provider to choose the device you want to.

    Then you could ask them for some SDK or other way to get the data from the device.

    Best Regards,

    Brando

    Tuesday, June 26, 2018 9:30 AM