Assertion failure
-
jme3
Assertion failure
I'me trying to do an incremental search on a field of numbers(varchar10) using % wildcard. If I start with a 2, it works. If I start with anything else, 1, 3, 7 etc. I get a "Assertion failure (D:\Projects\Delphi\Mydac\Source\MyClasses.pas, line 3972)". Useing MyDAC 4.30.0.12 and BCB5 on a table with 30,000 records. I'me a new user so maybe I'me missing something here but I'me completly confused.
-
jme3
Assertion Failure
Also if I run the equivelent query directly on the db, it works fine.?????
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
-
jme3
Assertion Failure
Thanks for the reply. I will put together a simple app tomorrow. A few new observations. I upgraded to MyDAC 4.30.1.15 and am using MySQL 5.0.19 and now failure shows line 3979 in MyClasses.pas. My table in question has 31 fields, mostly varchars and ints along with 2 dates and 2 times. If I comment out the 2 time fields in my select all works as expected. If I add either one of them back it again fails. Thanks again for any help. This one is driving me nuts.
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
-
jme3
Assertion Failure
Thanks again for your quick response. Will put that together today. When ready, where should I send it.