I am using Servoy 7.3 with ASA 10.0.1 as the backend I use a Sybase VIEW to generate a report, that has worked well for months The VIEW had 3 Sub Selects, but I added 1 more. The Report SELECT Query itself did not change Now, if I run the Report Query in Servoy, Sybase crashes and if I run the Report Query in Sybase Central's ISQL, it works Why might it crash from one, and not the other ? I see no errors Can a VIEW get too complex ? greg |
Hi Greg, Does ISQL crash or does the database server crash? Could you supply to SQL statement for the view along with the version of the server
SELECT @@version
? Are there any assertions recorded in the -o/-oe log?