1024programmer PHP In PHP, if its modification is recorded in ACCESS

In PHP, if its modification is recorded in ACCESS

If you modify the record in ACCESS in PHP
When PHP updates a single record in the ACCESS database, you don’t want to use the UPDATE statement.

$mysql=”select * from myhelp where id=1″;
if ($myconn->connect()) {
$rs = new com(“adodb.recordset”);
$rs->Open($mysql,$myconn->conn,1,3);
$rs->movefirst; This sentence found this record to be updated, how to update it below,

There is no such thing as $RS->EDIT and $RS->POST in PHP
$rs->fields(‘mytt’)->value=$tt;
$myconn->close();

How can I update the fields of this single record? The above code does not work.

PHP
Database

Share to:

——Solution——————–
$rs- >update()

I see that you are using adodb, so how to use asp, you can use it

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/in-php-if-its-modification-is-recorded-in-access/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索