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

Search results for query: *

  1. chorpa

    SQL Query

    SELECT * FROM Stock where itemid = 6 The statement above returns this: ItemID Name Weight 6 Parsley 500 The results I want should return the record x number of thimes where x is 3 in the following example: ItemID Name Weight 6 Parsley 500 6...
  2. chorpa

    SQL Query

    Is there a way to specify the number you want to select a specific record? For instace the following select statement return one record: SELECT * FROM Stock where itemid = 6 I want to add code to this statement to return the results x number om times? CAn anyone help??? Is this possible to do???
  3. chorpa

    Delphi Barcode component

    Can anyone help me with a link for a free delphi barcode component. Should include a barcode label for quick reports.
  4. chorpa

    Free Barcode componenet Delphi?

    Can anyone help me with a link for a free delphi barcode component. Should include a barcode label for quick reports.

Part and Inventory Search

Back
Top