VB6.0 发布程序的时候,打包错误

问题:VB6.0 发布程序的时候,用外接程序管理器打包错误

图片说明

求帮忙啊

把myr作为private成员变量写在Sub Command3_Click()外面
Set myrs = mycon.Execute("select * from book")修改为
if myrs is nothing then Set myrs = mycon.Execute("select * from book")

VB6.0 发布程序的时候,打包错误。这个问题已解决。