欢迎访问服务器技术网-www.fuwuqijishu.com

各位帮我看看这段代码vb连接sql的问题

程序设计 fuwuqijishu 2年前 (2022-10-01) 13次浏览 0个评论 扫描二维码

关于 Private Sub Form_Load()
Dim CN As New adodb.Connection ‘定义数据库的连接存放数据和代码
Dim rs As New adodb.Recordset
CN.ConnectionString = “Provider=sqloledb;Data Source=HEBEIDAI-32CDD8;Initial Catalog=vote;User Id=sa;Password=”
CN.Open
rs.CursorLocation = adUseClient
rs.Open “select * from jiemu group by jiemumingcheng”, CN, adOpenDynamic, adLockOptimistic
Set DataGrid1.DataSource = rs
End Sub
的问题

楼上说得对,请添加DATAGRID控件.
一.你在你的VB中新建一个数据工程,在窗体的LOAD事件中加进你的代码,然后从工具箱中找DATAGRID控件添加到该窗体上,再进行调试,就不会出错.因为你的代码Set DataGrid1.DataSource = rs中用到了DataGrid1,所以必需在窗体中有DataGrid1对象.
二.或由工程(P)菜单中选中部件(O),然后在部件中选中
MICROSOFT DATAGRID CONTROL 6.0 (OLEDB)部件,工具箱中就有该控件了.

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2413.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900