我有一个简单的查询
看起来像:
SqlCommand sqlComm = new SqlCommand(sSQL, dbcon.con1);
SqlDataAdapter da = new SqlDataAdapter();
da.SelectCommand = sqlComm;
DataTable dt = new DataTable();
da.Fill(dt);
使用IPv4它工作正常。使用IPv6相同的查询返回0行......
我使用Visualstudio 2010和.net 4 sql Server 2008 EP使用w2k8R2 EP 谁有想法问题可能是什么?
祝你好运 奥利弗