12-05-17, 06:58 PM
(12-05-17, 03:22 AM)mansoor كتب : لم تكمل insert
تكون مثلا
PHP كود :
Dim cmd As New OleDbCommand("INSERT INTO [Sheet1$] VALUES (@Id, @Name, @Age, @Mob)", conn)
cmd.Parameters.AddWithValue("@Id", txtId.Text)
cmd.Parameters.AddWithValue("@Name", txtName.Text)
cmd.Parameters.AddWithValue("@Age", txtAge.Text)
cmd.Parameters.AddWithValue("@Mob", txtMob.Text)
conn.Open()
cmd.ExecuteNonQuery()
conn.Close()
الاخ الحبيب منصور
اكملت جملة ال insert
ولكن للاسف مازالت لا تعمل فبرجاء فحص المرفقات
مع الشكر والاحترام

