php连接odbc数据源并保存与查询数据的方法,phpodbc
本文实例讲述了php连接odbc数据源并保存与查询数据的方法。分享给大家供大家参考。
具体实现代码如下:
复制代码 代码如下:
$connstr = "driver=microsoft access driver (*.mdb);dbq=".realpath("db.mdb");
$connid = odbc_connect($connstr,"","",sql_cur_use_odbc);
$odbc_exec = odbc_exec($connid, "insert into tablename (name) values('name')");
$query = odbc_do($connid, "select * from tablename ");
$odbc_result_all = odbc_result_all($query);
echo $odbc_result_all;
//保存数据
$connstr = "driver=microsoft access driver (*.mdb);dbq=".realpath("db.mdb");
$connid = odbc_connect($connstr,"","",sql_cur_use_odbc);
$odbc_exec = odbc_exec($connid, "insert into t……")
//查询数据
$a = 0;
$begintime = time();
while($a
{
$conn = odbc_connect("forphp","sa","sa");
//odbc_select_db("[testyouhui]",$conn);
$result = odbc_exec("select [id], [name] from [test1].[dbo].[category]",$conn);//开源代码phpfensi.com
$a++;
odbc_close($conn);
}
$endtime = time();
echo $begintime."
";
echo $endtime."
";
echo date('u秒',$endtime-$begintime);
echo '
';
希望本文所述对大家的php程序设计有所帮助。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function