PDA

View Full Version : حرفه ای: دوستان مشکل کانکشنی که ساختم از چیست که خطا داره؟؟؟؟



dear2500
سه شنبه 30 تیر 1394, 00:58 صبح
سلام
یه عمل اینزت رو با sql 2008 انجام دادم هیچ خطایی رخ نداد ولی همون کد رو با sql 2014 زدم مرتب خطا داره در حالی که در همون صفحه یک گریدویو قرار دادم کاملا درسته و محتویات جدول مربوطه را نشان میدهد ولی عمل اینزت با خطا مواجه میشه ا
ز دوستانی که می دونن مشکل کجاست در خواست راهنمایی دارم

کد :
SqlConnection con = new SqlConnection("Data Source=allah/MSSQLSERVERRR;Initial Catalog=shop;Integrated Security=True");
SqlCommand cmd = new SqlCommand();
cmd.Connection = con;

cmd.CommandText = "insert into sabt (name,family,age,tell) values (N'" + TextBox1.Text + "',N'" + TextBox2.Text + "',N'" + TextBox3.Text + "',N'" + TextBox4.Text + "')";

con.Open();
cmd.ExecuteNonQuery();
con.Close();


خطا :


A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Source Error:






Line 23: cmd.CommandText = "insert into sabt (name,family,age,tell) values (N'" + TextBox1.Text + "',N'" + TextBox2.Text + "',N'" + TextBox3.Text + "',N'" + TextBox4.Text + "')";
Line 24:
Line 25: con.Open();
Line 26: cmd.ExecuteNonQuery();
Line 27: con.Close();

daffy_duck376
سه شنبه 30 تیر 1394, 05:15 صبح
اسم سرورت مشکل داره. اون رو درست کن