المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C#



C# Programming
08-25-2009, 12:03 PM
hey, hi: I am trying to insert details in table using following code.....

INSERT INTO Registration [DATE OF BIRTH,CONTACT NUMBER] VALUES('" + DateT.Text + "','" + ContactT.Text + "')


but its showing error in syntex of insrt.

plz tell me the correct one.