0
我的應用程序在使用此連接字符串時崩潰:如何正確使用連接字符串?
protected string connectionString = @"Server=ricardo-pc\ricardo;Database=INSTANCIA_OBLI;Trusted_Connection=True;Provider=SQLOLEDB;";
它崩潰了open()
函數
OleDbConnection conexion = new OleDbConnection(connectionString);
conexion.Open();
錯誤是授權無效... 之前使用trusted connection = True
它抱怨了DNETLIB並沒有找到服務器......「
是這是相同的機器 – HoNgOuRu
你能給我一個連接字符串的例子嗎?還啓用了tcp訪問 – HoNgOuRu