Re: MSVC++ and MYSQL++ query problem

2001-12-29 Thread Sinisa Milivojevic
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

MSVC++ and MYSQL++ query problem

2001-12-28 Thread Jeff Costanzo
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