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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yujan

  1. yujan

    How to stop my db query

    The thing is the SQL query could not be done by thread, and I had tried the timer but not working. Here is the sample code I use: ///Create database connection CDatabase *m_dbPacsDB; m_dbPacsDB=new CDatabase(); TRY {...
  2. yujan

    How to stop my db query

    I'm developing an application with big database content. Submitting unreasonable query criteria may result in a long database query time. How to stop the query when I got the interrupt message.

Part and Inventory Search

Back
Top