开发者

How to solve the zkemkeeper problem?

开发者 https://www.devze.com 2023-04-06 14:44 出处:网络
I have used zkemkeeper dll to access the attendance record of finger print device.As suggested by sdk, i have used ReadGeneralLogData(MachineNumber) to read the data to memory and GetGeneralLogData(Ma

I have used zkemkeeper dll to access the attendance record of finger print device.As suggested by sdk, i have used ReadGeneralLogData(MachineNumber) to read the data to memory and GetGeneralLogData(Mach开发者_JAVA技巧ineNo,enrollmentNo,...) to read the data from memory to PC. But i am getting invalid data like it always gives attendance year as 2000 and random enrollment number etc. So, how to solve this problem.Please help me. I am using c# in vs2010.


  • First Check machine DateTime and set time synchronize with Server machine
  • May be u get buffer data or old data
  • how to fetch records from database or direct machine ?

How to fetch records u note down some hint or codes where u may be write wrong code


Thanks Jig for your answer and i solve this problem myself. I have found that the machine which i have used is TFT(determines attendance machine is Finger print machine or not) so before using GetGeneralLogData(MachineNo,enrollmentNo,...) API i have to checked whether it is TFT or not, if it is TFT then i have to use SSR_GetGeneralLogData() instead of another one.

0

精彩评论

暂无评论...
验证码 换一张
取 消