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 and there is no problem with the query, I have run it on MySQL administrator with out any errors Please help me understand what is causing this error. Thanks --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php