摘要: 用VB(Visual Studio 2008)做了个小程序,有两行代码如下: NewSheft = InputBox("请输入名称") BooksheftTableAdapter.Adapter.InsertCommand.Parameters("SheftName").Value = NewSheft 运行时,出现如下问题: An ... 阅读全文
posted @ 2009-05-13 21:34 skylikeblue 阅读(180) 评论(0) 推荐(0)