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 wOOdy-Soft 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 cmd

  1. cmd

    BDE, local SQL, Paradox tables

    When we built our first prototype using Delphi, we used Paradox files and TTables and had really fine performance. When we upsized the product, and moved to an Oracle back end, we had miserable problems with the TTables (performance and otherwise) and ended up replacing them entirely with...
  2. cmd

    'Error Creating Cursor Handle'

    When you execute an SQL query that returns a result set, such as a SELECT statement, use TQuery.Open. <br> <br> An INSERT statement (and UPDATE, DELETE, etc.) which doesn't return a result set, should be executed with the TQuery.ExecSQL method. <br> <br> The error you are receiving indicates...

Part and Inventory Search

Back
Top