set home page
Added to the favorites
All articles(网络文学目录)
All Pictures(图片目录)
All Softwares(软件目录)
.NET
Writer:
aaa
Article type:
Programming skills(编程技巧)
Time:
2013/12/15 8:38:10
Browse times:
407
Comment times:
0
.NET
Head photo
Go homepage
Upload pictures
Write articles
.NET(C#)连接各类数据库-集锦_.net资料_编程技术-你的首页-uuhomepage.com
1.C#连接连接Access
程序代码:
-------------------------------------------------------------------------------
using
System.Data;
using
System.Data.OleDb;
..
string
strConnection
=
"
Provider=Microsoft.Jet.OleDb.4.0;
"
;
strConnection
+=
@"
Data Source=C:BegASPNETNorthwind.mdb
"
;
OleDbConnection objConnection
=
new
OleDbConnection(strConnection);
..
objConnection.Open();
objConnection.Close();
There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)
Comments can't is empty(评论不能为空)
Disclaimer
Privacy Policy
About us
Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.