#2
gonghuilie2007-10-16 22:25
|
窗口的open下写的是
datastore dw_pz01
dw_pz01 = Create DataStore
dw_pz01.setTransobject(SQLCA)
dw_pz01.retrieve()
if SQLCA.sqlcode<>0 then
MessageBox("提示!",SQLCA.sqlerrtext)
halt
end if
应该没错吧!?
请假各位大侠了,我是新手!
我的QQ是 4652021 请高手指教啊!
[此贴子已经被作者于2007-9-26 23:03:49编辑过]