Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on fingerprint based ATM . I have got coding to scan and verify my fingerprint with the help of arduino uno. I need to connect my datas to my SQL server. Is there any way to connect with out online network.

What I have tried:

Try with arduino uno !! But I need to do it in c# .
Posted
Updated 24-Sep-17 12:22pm

As SQL Server - obviously - does not on your Arduino card, you must have some sort of connection to get/store data to it...
If online access is not a requirement, you can use a memory card to transfer changes offline, in which case you have to have a second application (not on the Arduino, and connected to the DB) to handle the SQL side...
 
Share this answer
 
Use the USART on your UNO to upload data to a serial program on your PC that also interacts with the SQL database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900