Forums » General Discussion

Thread: Toad for MySQL Error Message

This question is not answered. Helpful answers available: 2. Answered answers available: 1.


Permlink Replies: 0 - Pages: 1
Eriam

Posts: 4
Registered: 9/27/10
Toad for MySQL Error Message
Posted: Sep 27, 2010 3:39 AM
 
  Click to reply to this thread Reply

Hello,

I'm playing with a MySQL proxy that traps SQL queries and rewrite them
or modifies the response on the fly.

The proxy works fine with the command line client. But I run through
an error message when I click on a table name in Toad MySQL client.

When I click on a table name the following message appears:

System.
IndexOutOfRangeException
Index was outside the bounds of the array.
Stack Trace:
  at System.Windows.Forms.Control.MarshaledInvoke(Control caller,
Delegate method, Object[] args, Boolean synchronous)
  at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  at Quest.Toad.Util.Global.Invoke(Delegate handler, Object[] args)
  at Quest.Toad.Db.ToadDataAdapter.RaiseDone(Object sender, EventArgs args)
  at Quest.Toad.Db.ToadDataAdapter.InternalFillBackground()

The weird thing if that the result set seems fine because the result
of the SHOW COLUMNS request is displayed.

Looking at the tcpdump of the proxy and comparing it with the tcpdump
of the original mysql server the only difference I see is that my
proxy returns two packets instead of one in the original mysql.

Any idea where to look at ?

Is there an option to disable the error message popup ( actually that
would be ok for us) ?

Thanks for the great tool !

Eriam



Legend
Guru: 2001 + pts
Expert: 751 - 2000 pts
Enthusiast: 31 - 750 pts
Novice: 0 - 30 pts
Moderators
Helpful answer (5 pts)
Answered (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums