Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BDE DataBase Access

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

I am using BDE to log data real time to a DB at +- 5 Hz. When I post the data though, my mouse pointer turns into the SQL hourglass pointer. Is there any way to retain the original mouse pointer when writing data via BDE ?

Please Help
 
Use a TSession component and attach all your TTable and TQuery components to it. It has a property called SqlHourGlass that is defined in the help as:

Set SQLHourGlass to False if you do not want the mouse cursor to change to an hourglass while the BDE is waiting for an SQL server to perform an operation. This property must be set before the session is opened.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top