
January 19th, 2006, 06:01 PM
|
|
Contributing User
|
|
Join Date: Jan 2006
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
ASP/Access - operation must use an updateable query
Hi,
I`m kind of begginer and
I`m trying to insert some text into a MS Access, but I`ve got error like this:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
DB is not read-only and the SQL statement is right(at least I think)
Set Rs = Conn.Execute("INSERT INTO artikli (ime, opis ,slika) VALUES ('" & ime & "','" & opis & "','" & slika & "')")
I`d appreciate all help you provide 
|