USB RFID reader: How to get the TAG-ID into SQL database ?

Dear all,

I have a USB RFID reader (which works as a HID device) and TAG’s with specific ID’s. Currently, the reader will type the ID into the active window. (can be excel, notebook etc…). I can’t find the program or software on the USB RFID key (perhaps this is hidden ?)

Now, I would like to get the TAG ID into a SQL database.

Can somebody help me with this ?

Best regards

Gunther

I think you posted in the wrong part of the forum… What you are asking is not a Wireless/RF question, it is a software question.

You could try writing some C# code to input the tag into an sql database, or download the microsoft sql server management studio and edit the tables directly. Just make a GUI with a text box and have it write the value to the database…

It also depends on your database structure.