Click here to Skip to main content
15,902,939 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
we need Urgent help for developing attendance management system...
Posted
Comments
Thanks7872 24-Jun-14 9:09am    
You are at wrong place. You should look into freelancer.com

1 solution

If it's just biometric data that happens to be stored on an SQL DataBase, you should be able to use the ASP.NET SQLDataSource to access it and can manage parsing the data on the business layer.

If you're trying to move data into an SQL database you can use exactly the same process; it entirely depends on what format the data is in and how you are currently storing it.
 
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