Biometric Fingerprint Access Door Lock
Biometric Fingerprint Access Door Lock .Open your doors to heaven. This fingerprint door security lock system comes in a unique oval knob design, and a horizontal fingerprint scanner located on the door knob. This fingerprint biometric system is built with an metal casing and electroplated gold color finish.
This is one of the best and most secure methods in assuring only authorized people can access certain rooms in your office building or any other designated room of your choice. Anyone needing access to a room with classified information, be it company, personal, commercial or even government, will have to slide their finger on the fingerprint scanner to unlock this super heavy fingerprint security.
At a Glance...
Code + Fingerprint
100% Burglar Proof
Royalty Security Style
Both Left & Right Handed
Store up to 1000 finger prints
Key-less entry via finger print or access code
FAQ - Frequently Asked Questions
What happens if the battery starts to run out of power
When the internal battery starts to run out of power, the Biometric fingerprint door lock will provide you with a warning every time you use it
What happens when the battery dies and I get locked outside
There is a 9V battery connector located below the door knob at the bottom frame of the unit, a simple connection using a 9V battery will bring it back to life. This unit can also be connected to a permanent power supply, so you never have to worry about recharging the internal battery. Please consult the User manual and the installation video provided in the CD ROM
Is the CVKY-BG06 Waterproof?
No, the unit is weatherproof but not waterproof. Meaning any outside door that is in a well covered area where there will be no direct rain or snow contact is acceptable, but the unit can never be directly exposed to constant water contact.
相关文档:
一、SQL SERVER 和ACCESS的数据导入导出
常规的数据导入导出:
使用DTS向导迁移你的Access数据到SQL Server,你可以使用这些步骤:
○1在SQL SERVER企业管理器中的Tools(工具)菜单上,选择Data Transformation
○2Services(数据转换服务),然后选择 czdImport Dat ......
前题是必须安装好activeperl (505以上),以及MS Access 97
一.
安装Win32-ODBC模块
步骤1:
从TOOLS栏目中下载Win32-ODBC.zip,下载完后用winzip解开到一个temp目录,共有三个文件:
Readme
Win32-ODBC.ppd
Win32-ODBC.tar.gz
步骤2:
在DOS窗口下,temp目录中运行下面的D ......
//private string datapatch = ConfigurationSettings.AppSettings["acessconn"];//数据库地址
private string datapatch = "db/global.asa";//数据库地址
///
/// 取得dataset
//
/// 查询语句
///
public DataSet GetDataSet(string Commandtext)
{&nbs ......
import java.sql.*;
/*
* JAVA连接ACCESS,SQL Server,MySQL,Oracle数据库
*
* */
public class JDBC {
public static void main(String[] args)throws Exception {
Connection conn=null;
//====连接ACCESS数据库 ......