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 delphIBase

  1. delphIBase

    Command line to list procedures and veiw in Database

    You can use SELECT RDB$PROCEDURE_NAME from RDB$PROCEDURES to view the name of all the procedures in the database and SELECT RDB$VIEW_NAME from RDB$VIEW_RELATIONS to view the name of all the view in the database You may need admin preveleges to execute the aforementioned staments though.To...
  2. delphIBase

    INCORECT SUM

    MY PROBLEM: I made a stored procedure which extract the following values from a table UNITPRICE ITEMQTY ====================== =========== 12.52 16 59.25 6 480.70 1 841.56...

Part and Inventory Search

Back
Top