"operation must use an updatable query" error message
-
Hi I have a simple web page that written in C# and Asp.Net. In that page i have asimple insert query that work by Microsoft Accees . When I run it in my camputer az a project I don't reciev this message but when i placed on my host or on my iis I reciev this massage. If You Know How Can I solv this problem plz answer me az soon az possible Thanks alot.
-
Hi I have a simple web page that written in C# and Asp.Net. In that page i have asimple insert query that work by Microsoft Accees . When I run it in my camputer az a project I don't reciev this message but when i placed on my host or on my iis I reciev this massage. If You Know How Can I solv this problem plz answer me az soon az possible Thanks alot.
Please don't cross post. You need write access to the database file to update the database. Check out the instructions from your host on where to place the database file in order for it to get the settings needed. --- b { font-weight: normal; } -- modified at 8:46 Sunday 11th June, 2006
-
Hi I have a simple web page that written in C# and Asp.Net. In that page i have asimple insert query that work by Microsoft Accees . When I run it in my camputer az a project I don't reciev this message but when i placed on my host or on my iis I reciev this massage. If You Know How Can I solv this problem plz answer me az soon az possible Thanks alot.
http://support.microsoft.com/kb/q175168 Tamimi - Code
-
Please don't cross post. You need write access to the database file to update the database. Check out the instructions from your host on where to place the database file in order for it to get the settings needed. --- b { font-weight: normal; } -- modified at 8:46 Sunday 11th June, 2006
-
Please don't cross post. You need write access to the database file to update the database. Check out the instructions from your host on where to place the database file in order for it to get the settings needed. --- b { font-weight: normal; } -- modified at 8:46 Sunday 11th June, 2006
-
Hi thanks for your help:rose: How can I solv this problem when I want to publish my web page on my host?:confused:
-
As I said, check the information from the host. Every host that supports Access databases will have instructions on where you need to place the database file. Usually there is a special folder for the databases. --- b { font-weight: normal; }
-
http://support.microsoft.com/kb/q175168 Tamimi - Code
-
You answered me patiantly:->Thanks alot:rose: I checked my permission on that especial folder and I sure that I have write access on this folder.:doh: If it is possoble plz help me.:^) Thank U very much.:rose:
You have to set the file permissions for the user account that is used to run the ASP.NET code. Unless you specified a different account in IIS, it's either the ASPNET account or the IIS_WPG account, depending on the version of IIS. --- b { font-weight: normal; }
-
You have to set the file permissions for the user account that is used to run the ASP.NET code. Unless you specified a different account in IIS, it's either the ASPNET account or the IIS_WPG account, depending on the version of IIS. --- b { font-weight: normal; }