On Mon, Aug 20, 2001 at 03:27:12PM +0200, Francois Thomas wrote: > > Hello list > > I am trying to use chilisoft ASP on a potato (r3) box. I use apache 1.3.14 > and postgresql 7.0.3. > I face strange errors (illegal operation, invalid cursor state) when using > the asp recordset.update method. > Chilisoft tech support has not solved the problem yet, they think it is some > kind of libraries trouble. > I don't know if they have tested their software with the r3 specifically. > Does anybody here use chiliasp successfully on a potato r3 box ? > Any help or advice will be welcome
Shot in the dark... but, PostgreSQL doesn't have updateble views/cursors. You have to use update queries (or write rules on views to update underlying tables). Don't know what kind of magic their recordset object uses though... -- Eric G. Miller <egm2@jps.net>