Attache finger print reader in access database

sahh1419

Registered User.
Local time
Today, 15:23
Joined
Dec 27, 2012
Messages
29
is there any method to connect finger print device directly with Access Database.?

Respected. i have device installed ZTK-628 Fingerprint device with my PC. it has a built in software. Now i want to attached/connect this device through access database. with my application.the device has a IP address and connection port;
Device IP= 192.168.1.201 Port: 4370
CODE
Sn text ; 298598362
Id Number ; 101
Stat text ; Connected , Not-Connected
ip text ; 192.168.1.201
port number ; 4370
fp number ; 233
what kind of code/connection string we can use to connect this device to access 2007 forms.
i have machine table which has the following fields:
My requirements is when i form load, it will automatically connect with device and message appears "Connected" or "N-Connected".
please advised.
 
Well according to a manual I found online it says the device uses SOAP... No idea if it's the Correct manual. I then searched for VBA soap with Google. You are going to need to write some VBA, it's probably already been done but possibly not in MS Access.

I got several links specifically for Excel and I found this one by Microsoft...

https://social.msdn.microsoft.com/F...ea3a4/parse-soap-response-in-vba?forum=isvvba

I suggest you do a bit of searching for VBA SOAP and see if you can put together a strategy.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom