WINDOWS XP,SQL2000,.NET问题:
SQL用MIX authentication,如果是standard type用户xxx,
string connectionString="server=localhost;uid=xxx;pwd=1234;database=northwind";
string commandString="select * from Customers";
SqlDataAdapter dataAdapter=new SqlDataAdapter(commandString,connectionString);
上述C#代码完全OK,但是如果是XP的用户YYY,没有password,而且进XP是用YYY登陆的,怎么写connectionString?试了大半天不行,但是可以直接用当前连接在SQL Enquiry查询,也能在form上加一个dataadapter控件测试直接用windows连接到数据库OK。
谢谢! email: henhen001@yahoo.com
SQL用MIX authentication,如果是standard type用户xxx,
string connectionString="server=localhost;uid=xxx;pwd=1234;database=northwind";
string commandString="select * from Customers";
SqlDataAdapter dataAdapter=new SqlDataAdapter(commandString,connectionString);
上述C#代码完全OK,但是如果是XP的用户YYY,没有password,而且进XP是用YYY登陆的,怎么写connectionString?试了大半天不行,但是可以直接用当前连接在SQL Enquiry查询,也能在form上加一个dataadapter控件测试直接用windows连接到数据库OK。
谢谢! email: henhen001@yahoo.com