摘要: ADO.NET包含两种类库: SQLOLEDB SQL 程序界面 程序清单 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Imports System.Data 2 Imports System.Data.OleDb... 阅读全文
posted @ 2008-09-08 16:45 怒杀神 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-09-08 16:41 怒杀神 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 一种很简便的办法: 你在"资源管理器"任意目录, 建立一个扩展名udl的文件(ps:udl是微软数据链接文件) 双击该文件, 会打开"数据链接属性"对话框 进行一些直观的设置之后, 按"确定"关闭对话框 用"记事本"打开udl文件,其中包含了你要的连接字符串 阅读全文
posted @ 2008-09-08 15:49 怒杀神 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 代码: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Public Class Form1 2 3 Dim mydb As dao.Database '数据库对象 4 Dim myws As dao.W... 阅读全文
posted @ 2008-09-08 10:31 怒杀神 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-09-08 10:08 怒杀神 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-09-08 09:59 怒杀神 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-09-08 09:58 怒杀神 阅读(446) 评论(0) 推荐(0) 编辑