Hi

I am using the query:

INSERT INTO Brands ([BName],[BDescription],[PicturePath]) VALUES ('mm','mm','mm')

by using the "ExecuteNonQuery" of "OleDbCommand".

and i am getting the error:
"Operation must use an updateable query. "

I tried to execute the same query directly from the
mdb file and it's working.

any ideas?

Thanks
Limor