First case:oledb
OleDbConnection conn;
Conn.connectionstring=”microsoft.Jet.Oledb.4.0;data source=test.mdb;Persist Security Info=false”;
Second case:
SqlConnection conn;
Con.connenctstring=”datasource=servername;initial catalog=databasename;user id=username;pwd=password;”;

相关文章:

  • 2021-06-23
  • 2022-01-10
  • 2022-12-23
  • 2021-07-01
  • 2022-01-27
  • 2022-12-23
  • 2021-04-13
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-05-22
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案