摘要:
我想实现:当鼠标点击dbgrid中的一条数据,edit控件的text能体现该数据各列的数值,应该怎么做,最好有相关代码,谢谢 附带一个小问题,tquery.next有什么实际用途
......
摘要:
同上
......
在线等datarow的问题
为什么调用datarow的acceptchanges方法后,新添加的数据不能保存到数据库中?
请大家指教!!!!!!
NO.1 作者: saucer
AcceptChanges will make the DataRows state to DataRowState.Unchanged and the system will think that row is never changed and will not update it to the database, so dont call AcceptChanges before you call Update
摘要:
我在wwwroot文件夹下建立一个文件夹a,在a的根目录下有一个a.asp和另外一个文件夹b,在a.asp中我就只用了一条语句<!--#include file="b/conn.asp"--> 文件夹b中有b.asp,conn.asp和数据库c.mdb 在b.asp中,我也只用了一条语句<!--#include file="conn.asp&......