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: *

  • Users: ABCDW
  • Order by date
  1. ABCDW

    How do you check for EOF for a cursor loop

    Create Procedure testproc(); BEGIN DECLARE :Payment double; DECLARE :Charges double; DECLARE :trans_code varchar(9); DECLARE :Extended double; DECLARE c1 cursor FOR SELECT "Billing", "Transaction Code", "Extended" FROM "Billing Det" WHERE "Created...

Part and Inventory Search

Back
Top