读书人

ASP更新Access数据解决办法

发布时间: 2013-09-05 16:02:07 作者: rapoo

ASP更新Access数据
建立了一个ACCESS数据库,设置together字段,数字型.

ASP代码:
bb=56
conn.execute"update Count set together='"&bb&"' where id=1"


数据库一直更新不成功.请问问题出在哪里?
[解决办法]
conn.execute"update [Count] set together="&bb&" where id=1"
试试这个,如果还不行,应该是权限问题了。

读书人网 >ASP

热点推荐