这条sql语句如何实现

hepengwei 2003-05-06 06:11:59
cnconn.Open strconnect, sStrProvider
现在strconnect为空如何我要对表(costume_Bom)更新
sql语句如何写
...全文
27 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
flyingworm 2003-05-10
  • 打赏
  • 举报
回复
dim mcnn as new connection
dim mrs as new recordset
dim cnnstring as string
cnnstring=(连接字符串)
mcnn.open cnnstring
mrs.open "select * from costumer_bom",mcnn,adopendynamic,adlockpessimistic
{........
........
mrs!姓名="张三"
修改字段值
}
mrs.update
mrs.close
mcnn.close
你要哪一句呀?
online 2003-05-07
  • 打赏
  • 举报
回复
不能为空
先连接数据库啊
HZCNC 2003-05-06
  • 打赏
  • 举报
回复
看不明白!

1,066

社区成员

发帖
与我相关
我的任务
社区描述
VB 资源
社区管理员
  • 资源
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧