i have this query-
"insert into FROM_MASTER values('" & n & "'," & TextBox2.Text & ",'" & _
TextBox3.Text & "','" & TextBox4.Text & "'," & u & "," & k & "," & id & ")"
and following are the values-
"insert into FROM_MASTER values('22/02/2013',9999999999999,'ok','ok',9999999999999,1,1)"
it is giving datatype mismatch exeception.and i am inserting date as string .so, no matter with date.only matter is that long number.plz help me out