T
Tim S.
Hello,
I wrote ADO.Net code that given a Query Name and
parameter array, ran the query with the parameters. The
database was MS Access 2002.
This code worked fine for 8 months under extreme
testing and production use. I upgraded to Windows XP,
installed VS.Net 2003, it now crashes saying "Operation
must use an updateable query."
The query *is* an updatable query (an Insert
statement), and works perfectly fine when run from Access.
Does anyone know what could cause such an error?
Thanks,
Tim
I wrote ADO.Net code that given a Query Name and
parameter array, ran the query with the parameters. The
database was MS Access 2002.
This code worked fine for 8 months under extreme
testing and production use. I upgraded to Windows XP,
installed VS.Net 2003, it now crashes saying "Operation
must use an updateable query."
The query *is* an updatable query (an Insert
statement), and works perfectly fine when run from Access.
Does anyone know what could cause such an error?
Thanks,
Tim