问题: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 发布程序的时候,打包错误。这个问题已解决。