S
Strangre
Unregistered / Unconfirmed
GUEST, unregistred user!
我使用ADOTable1和ADOTable2来访问Access2000数据库mdb文件中的主表和明细表,我的程序如下:
frmMain.ADOTable1.Next;
frmMain.ADOTable2.Refresh;
frmMain.ADOTable2.First;
但此时访问明细表却发现明细表中的数据还是与主表中上一条纪录相关联的,没有更新,请教高手。
frmMain.ADOTable1.Next;
frmMain.ADOTable2.Refresh;
frmMain.ADOTable2.First;
但此时访问明细表却发现明细表中的数据还是与主表中上一条纪录相关联的,没有更新,请教高手。