Re: Another changing the cursor question.



All the responses helped me do some more searching and I figured out
what was wrong.

Apparently, one must set the session's SQLHourGlass property to false
before connecting.

Since I'm still in development, and I don't want to enter a
username/password every time I compile to unit test new code I've
added, I hardcoded the authentication information into the DB component
and then open it when the main form is created (I'll remove this bypass
for delivery). Since I have the DB open as soon as I launch the
application, that has been overriding my attempts at getting rid of the
annoying SQLHourGlass cursor.

Thanks to all who responded to this thread!

.