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 Chriss Miller 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 Taltoss

  1. Taltoss

    insert a new record in the middle of table !

    Maybe he THINKS he wants them inserted where he wants, but just put an order No or something field. When I make a sequence field I normally go in blocks of 100 for example 100 200 300 400 500 That way I have 99 spaces in between that I can add to :P
  2. Taltoss

    Why it takes up so much memory?

    Out of curiosity why would you try to load a 70meg text file into an array? Sounds like it is almost time to think about using some sort of database interface.
  3. Taltoss

    ADO Query in Batch Optimistic Mode "Row deleted..."

    Hello All My question is in regards to a Delphi 2005 Win32 App I am working on. I have two queries, both of which are set to ltBatchOptimistic, whenever I try and "Cancel" the Data I get a "Row Handled is marked for deletion or has been deleted" error. Below is the Cancel code. procedure...

Part and Inventory Search

Back
Top