bmd2k1
10-29-2003, 01:14 PM
I'm using ASPSmartUpload component in conjunction with MS Access.
I updated the name of the table in MS Access that I use....and subsequently changed the table name in my ASP code.
However, when I run my update routine, I am now getting an ODBC error...when I issue the "rs.Update" command :
"Operation must use an updateable query"
I haven't changed any code, other than updating the table name.
All of my display queries work just fine. It's my edit and add queries that are the problem.
I'm currently using a System DSN. (The table name was changed after the System DSN was created. - Not sure if this has any bearing.)
Anyone have any ideas on this ? I can post the code if need be.
I must be having one of those days!
-Thanks...
B
I updated the name of the table in MS Access that I use....and subsequently changed the table name in my ASP code.
However, when I run my update routine, I am now getting an ODBC error...when I issue the "rs.Update" command :
"Operation must use an updateable query"
I haven't changed any code, other than updating the table name.
All of my display queries work just fine. It's my edit and add queries that are the problem.
I'm currently using a System DSN. (The table name was changed after the System DSN was created. - Not sure if this has any bearing.)
Anyone have any ideas on this ? I can post the code if need be.
I must be having one of those days!
-Thanks...
B