I usually purge queries as a first step in debugging SQL problems. Sometimes a CacheSqlxx routine is lying around from a version of the table prior to the latest version of the class.
Regards Peter Lowndes Safewire Limited "Luiz Papa" <papa at matrix dot inf dot br> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I have a class on cach� that stopped working. When I try to INSERT a row > cache send me back the error: > [SQLCODE: <-400>:<Fatal error occurred>] > > [Cache Error: <<NOROUTINE>FLoop+4^%qserver>] > > [Details: <Serverr>] > > I made a second class with the exact same structure from the first one, > changed my program to use this table, and it works just fine. > > I can UPDATE and DELETE, but not INSERT > > I have deleted the class, created again and the problem persist. > > Any ideas? > > TIA, > > Luiz Papa > >
