1

I need to fetch the records from eSSL finger print biometrics device. Does eSSL finger print use any database to store the data? How can I connect the Datasource and fetch the records through Java or any scripting language?

2 Answers2

0

While installing Select the favorable database for the java or other Scripting languages. For java can use Oracle as database. use the Connection script to connect to database in Other Scripting languages. Study the structure of the database and retrieve the code from the database.

Benson K B
  • 43
  • 1
  • 10
-2

Yes. ESSL uses three databases, for example: MS-SQL, MS-access and Oracle. When you install the software it will create a database if your system already has one of the above installed.

Bono
  • 4,757
  • 6
  • 48
  • 77
sree
  • 1