Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Active Server Pages Projects

  1. #21
    Join Date
    Jun 2003
    Posts
    160
    Rep Power
    0

    Default Re:Active Server Pages Projects

    Not stealing your code or anything but may I see an example of such a procedure?

  2. #22
    igodit Guest

    Default Re:Active Server Pages Projects

    --------------- Stored Procedure ---------------

    CREATE PROCEDURE dbo.CommoditiesGet
    -- returns all commodities, unit of measurement and relevant primary keys
    AS
    SELECT a.cItemNo, a.Commodity, a.ComUnitVal, b.unitname, b.shortunitname
    FROM dbo.commodities a
    JOIN dbo.units b ON b.ComUnitVal = a.ComUnitVal
    ORDER BY Commodity
    IF @@ERROR != 0
       RETURN 1

    GO
    ---------------------------------------------------

  3. #23
    Join Date
    Sep 2004
    Posts
    120
    Rep Power
    0

    Default Re: Active Server Pages Projects

    Quote Originally Posted by GodKid


    Look sweet still .. but why not PHP .. everything I've seen on PHP seems to be able to do this w/out locking u into MS stuff... but then.. i aint a programmer so...
    the languages are all up the developer and the server that the site is being hosted on, there are some servers that dont suppt php and suppt asp and vise versa.

  4. #24
    Join Date
    Mar 2004
    Posts
    1,685
    Rep Power
    0

    Default Re: Active Server Pages Projects

    I dont see a link to the screen shots. Were they removed?
    The answer you seek is *+5,2*3,2
    Check out my blog: http://rants.andreobrown.com

  5. #25
    Join Date
    Apr 2003
    Posts
    13,269
    Rep Power
    34

    Default Re: Active Server Pages Projects

    They were lost in the move from the old forum.
    "The best software is the one that fits your needs." - A_A

    Virus free since: date unknown
    Anti-virus free since: August 2008

  6. #26
    Join Date
    Aug 2004
    Posts
    18
    Rep Power
    0

    Default Re: Active Server Pages Projects

    Check out This ASP Mek-wi-chat thread
    http://www.techjamaica.com/forums/showthread.php?t=5801
    SPOONman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •