Problems in ASP.NET 2 when I update my ODBC databa
Hello, I develop my web site using Visual Web Developer 2005, works perfectly runs under VWD (using ASP.NET Development Server), but when I run my site under IIS with NET Framework 2.0 aparently works fine but when I need UPDATE or INSERT data in my Access Database an error occurs:
System.Data.Odbc.OdbcException: ERROR [HY000] [Microsoft][Controlador ODBC Microsoft Access] La operación debe usar una consulta actualizable.
Please helpme I don't see the problem.
Thanks
|