Jeff Costanzo writes:
> with this code:
>
> Query myQuery = pDatabase->query();
> myQuery << "Select * from repdata";
> myQuery.store();
>
> I get an
> Debug Assertion Failed
> in file dbgheap.c
> line 1017
> Expression: _BLOCK_TYPE_IS_VALIDE(pHead->nBlockUse)
>
> pDatabase is a pointer to a co
with this code:
Query myQuery = pDatabase->query();
myQuery << "Select * from repdata";
myQuery.store();
I get an
Debug Assertion Failed
in file dbgheap.c
line 1017
Expression: _BLOCK_TYPE_IS_VALIDE(pHead->nBlockUse)
pDatabase is a pointer to a connection object.
I am connected to the database