| Q: |
Need some information. I have a ms access database for my clients and we would like to burn smart cards for each of my clients with their particular info.
Can the smart card development ac kit take ms access database as an input file and with limited instructions allow us to produce ouput that we can burn into a smart card, please advise, I am not fammiliar with smart card programming. |
| A: |
The smart card development kit does not contain an out of the box solution as you listed. It does require some programming experience. The solution you list requires a program to read the data from your MS Access DB (You can use VBA, VB, etc. for your programming language) and then format that data for storage on the card. Our kit provides only the tools and sample code that show you how to read and write to the smart card and it does not have any examples on how to read from an Access database. You will need to consider quite a few factors before writing your application including how much memory your smart card will need to store your customer information and how you would like to store that data on the card, will you encrypt the data on the smart card, etc. |
|