I'm using VB6 to access MySQL5 via ODBC connector 3.51.
The database has 14 small tables (with approx 6 fields per table) and 1 "BIG" table which has 13 CHAR(255), 11 SMALL-MEDIUM INT and 2 YEAR filds. Nothing special.
Everything works fine until I try to connect client program to "BIG" table. In this case I receiveing following message:
-2147217871 Execution aborted because a resource limit has been reached;...