1。SQL.NET 数据提供程序
SqlCommand sqlcon = new SqlCommand("select * from blus",con);
2. OleDb.NET 数据提供程序
OleDbCommand adoCom= new OleDbCommand("select * from blus",con);
注意:这里别忘记写 ,con
相关文章:
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-06-20
-
2021-12-02
-
2022-12-23
-
2021-08-18
-
2022-12-23
猜你喜欢
-
2022-12-23
-
2021-10-08
-
2022-12-23
-
2021-07-04
-
2021-12-06
-
2021-06-10
相关资源
-
下载
2022-12-10
-
下载
2023-01-31
-
下载
2023-02-26