D
Darren_T
Guest
Hi,
I'm working on a low traffic shopping cart and am using Access for the back end. I can query the database but when I try to perform an insert it gives me an error saying "must use an updateable query". I looked this up and it says it is due to perforiming aggregate functions. I'm not doing any of that. I'm using the same connection string for all my queries also. I'm not used to working with Access as I mostly develop for SQL server. Could this be a permissions problem? System not able to write or something?
Oh, almost forgot. I can perform the insert from the query designer in SQL view just fine and it updates the table. I just can't do the exact same insert from my ASP page.
Any help would be great. I can supply the database or code if needed.
Thanks!
Darren
I'm working on a low traffic shopping cart and am using Access for the back end. I can query the database but when I try to perform an insert it gives me an error saying "must use an updateable query". I looked this up and it says it is due to perforiming aggregate functions. I'm not doing any of that. I'm using the same connection string for all my queries also. I'm not used to working with Access as I mostly develop for SQL server. Could this be a permissions problem? System not able to write or something?
Oh, almost forgot. I can perform the insert from the query designer in SQL view just fine and it updates the table. I just can't do the exact same insert from my ASP page.
Any help would be great. I can supply the database or code if needed.
Thanks!
Darren