UniDAC version 2.00.0.3 - MySQL database. Queries do not show the hourglass. I see lots of discussion how to turn the hourglass off but can't figure out how to turn it on.
I did add #include "UniDacVcl.hpp" to my datamodule and the report that I need it to show up on and still no hourglass.
Any ideas??
UniDAC - MySQL hourglass not showing up
You should add the following line to the one of your *.cpp files:
Code: Select all
#pragma link "UniDacVcl"