Board index » delphi » Cannot modify read only table error
Nico Callewaert
![]() Delphi Developer |
Cannot modify read only table error2003-07-24 10:57:10 PM delphi46 Hi, I'm developing a ISAPI application. So, I have a TWebModule with a TTable component on it (just to keep it simple). I can open and retrieve all the records, but when I want to do the following : Table.Edit, I am receiving a "Cannot modify a read-only dataset. The table itself is a paradox table and is located under the wwwroot\db folder. I have created that folder and set Read/Write access in the IIS admin console. The same component + code works well in a normal desktop application, so it must have something to do with the IIS (I guess), or am I doing something wrong ? Many thanks in advance, Nico Callewaert |