5 个解决方案
#1
在窗体的unload事件中将所有的对象都set nothing
如:
set rs=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
如:
set rs=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
#2
set rs=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
#3
每个窗体的unload事件中写上:set 窗体名=nothing
#4
up
#5
但是我在主窗体里根本没有定义数据库的连接,只是一些窗体的数据初始化而已
#1
在窗体的unload事件中将所有的对象都set nothing
如:
set rs=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
如:
set rs=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
#2
set rs=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
set cn=nothing
将窗体也set nothing
set form1=nothing
#3
每个窗体的unload事件中写上:set 窗体名=nothing
#4
up
#5
但是我在主窗体里根本没有定义数据库的连接,只是一些窗体的数据初始化而已