ASP.NET to SQLServer with System.Data.OleDb
provider=sqloledb; data source=IP地址; initial catalog=数据库名字; user id=用户名; password=密码;
ASP.NET to SQLServer with System.Data.SQLClient
data source=IP地址; initial catalog=数据库名字; user id=用户名; password=密码
ASP.NET to Access with System.Data.OleDb
provider=microsoft.jet.oledb.4.0; data source=数据文件的绝对路径; user id=用户名; password=密码;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-06-11
  • 2021-11-13
  • 2021-06-23
  • 2021-06-18
  • 2021-06-14
猜你喜欢
  • 2022-02-11
  • 2022-01-05
  • 2021-06-19
  • 2022-12-23
  • 2022-02-07
  • 2021-05-17
相关资源
相似解决方案