Browsing the archives for the access tag

一个简洁的PHP操作Access类

in PHP与其它Web技术

/*
FileName:cls_access.php
Summary: Access数据库操作类
*************************************
使用范例:
========================
$databasepath=’D:/wwwroot/cef/www/class/testdb.mdb’;
//或者$databasepath=’testdb.mdb’;
$dbusername=”;
$[......]

继续阅读

1 Comment