ado访问access数据库技巧两则

    技术2022-05-11  121

    1.ado连接当前目录下的mdb数据库连接字符串为"Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info =False;Data Source=.//your.mdb;User Id=admin;Jet OLEDB:Database Password=yourpwd;";

    2.access中模糊查询的通配符为%%,即两个%号,在access中2k,2003中检证.


    最新回复(0)