当前位置: 代码迷 >> Windows Mobile >> Windows Mobile 连接数据库2008解决方案
  详细解决方案

Windows Mobile 连接数据库2008解决方案

热度:93   发布时间:2016-04-25 07:49:39.0
Windows Mobile 连接数据库2008
string ConnStr = @"Data Source=192.168.0.100,1433;Initial Catalog=demo;User Id=sa;Password=123456!;";

连接字符是这个,老是报错 SqlException 不知道什么原因。。。




------解决方案--------------------
你把1433去了呢,试试
  相关解决方案