if rs.eof then
response.write"没有找到NEWS.ID和ARTICLE.id相同的数据"
else
rs.("news.content")=CONTENT的取值
rs.("article.content")=CONTENT的取值
rs.update
不记得这样行不行,你可以试试。
conn.execute("update news,article set news.content="&content的取值&" and article.content="&content的取值&" news.id="&取值&" and article.id="&取值&"")
表1 table1 字段 (ID 自动编号UserName 作者姓名)表2 table2 字段 (ID 自动编号UserId 作者表table1中的ID值,用对标识作者ID)
你在添加书籍资料的时候,把作者表打开,把所有作者列出来,选中作者的时候,把该作者的ID值录入table2即可!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)