Hi, Here are the details of my environment: Visual Studio 2008 - .NET CF 3.5 C# SQL Anywhere 11.0.1.2960 - using an ultralite database Windows Mobile 6.1 (a Motorola device) I'm experiencing a crash in the ulnet11.dll when executing the following SQL statement:
I get the following error: ExceptionCode:0x80000002 ExceptionAddress: 0x7841cb70 Offset: 0x0006cb70 at ULDataReader.ULNET_Cursor_GetRowCount(IntPtr key, Int32 threshold) at ULDataReader.GetRowCount(Int32 threshold) ... I'd attach a picture but I'm new and not allowed :) If the sub query does not return records, the software does not crash. It only crashes when the sub query returns records. Please Help!! Thank you in advance, Paula |
I tried to construct a schema with SQLA 16 that reproduces this problem, but was unsuccessful. It could be that it is not an issue with v16.
Thank you for the details you have given, but more details would be helpful:
Thanks.
Hi Paula, how much RAM is available for use on the device? This could be the result of a low memory condition.
I have tried this in v11 (both from DBISQL and a .NET based desktop and CE application) and have not been able to reproduce.