using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace home_interior { public partial class frmLogin : Form { public frmLogin() { InitializeComponent(); } SqlConnection conObj = new SqlConnection(); SqlDataAdapter da; DataSet ds = new DataSet(); private void frmLogin_Load(object sender, EventArgs e) { string strCon = ""; SqlConnection cnn; string strPath = System.IO.Directory.GetCurrentDirectory(); strCon = "Data Source=.\\SQLEXPRESS;Initial Catalog=home_interior;Integrated Security=True"; cnn = new SqlConnection(strCon); try { cnn.Open(); MessageBox.Show("เชื่อมต่อ"); cnn.Close(); } catch (Exception ex) { MessageBox.Show("ไม่สามารถเชื่อมต่อได้"); } } } }
strCon = "Data Source=.\\SQLEXPRESS;Initial Catalog=home_interior;Integrated Security=True";
strCon = "Data Source=666-PC\SQL;Initial Catalog=home_interior;Integrated Security=True";
strCon = "Server=666-PC\SQL;UID=sa;PASSWORD=;database=mydatabase;Max Pool Size=400;Connect Timeout=600;";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง