Procedure VS Inline query

Discussion in 'MySQL' started by dolin88, Aug 2, 2008.

  1. #1
    Hi which is the better choice for programming your websites. Stored procedure or inline query? Which one is faster?
     
    dolin88, Aug 2, 2008 IP
  2. SAM dcare

    SAM dcare Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello I have a small business and i want a cheap but good data protection solution.
    www.PokerRaking.com
    PHP:
     
    SAM dcare, Aug 2, 2008 IP
  3. david_t

    david_t Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Make your own thread? :p

    Anyway: the problem with using stored procedures is that you will need one for everything you do, and also (at least in MySQL) stored procedures are not that flexible.
     
    david_t, Aug 2, 2008 IP