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
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:
Code:
Sn         text                 ;  298598362
Id          Number           ;  101
Stat       text                 ;  Connected , Not-Connected
ip          text                 ;   192.168.1.201  
port       number           ;   4370
fp          number           ;   233
My requirements is when i form load, it will automatically connect with device and message appears "Connected" or "N-Connected".


please advised.