ram
2010-03-08 09:26:37 UTC
con.Open()
cmd = New OleDbCommand("insert into number values ('name','03/03/10',str)", con)
cmd.ExecuteNonQuery()
con.Close()
i am using the database Ms-access contains table named number it has values are name as text,date as date/time, value as integer..
if i execute the above query that gives Syntax error in INSERT INTO statement. error
how can rectify that problem?
can anyone help me?
thanks for all