Does MySQL have a Stored Procedure equivalent?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Does MySQL have a Stored Procedure equivalent?

    I've only used ASP and MS SQL Server before but I want to learn PHP and
    MySQL. Does MySQL have an equivalent of Microsoft's Stored Procedures (i.e.
    T-SQL)?


    popeye Guest

  2. Similar Questions and Discussions

    1. #40085 [NEW]: PHP/MySQL connector and Stored Procedure problem
      From: edward_chan at hotmail dot com Operating system: XP PHP version: 5.2.0 PHP Bug Type: MySQL related Bug description: ...
    2. Stored Procedure
      EXEC master..xp_cmdshell 'cscript c:\path\file.vbs' EXEC master..xp_cmdshell 'c:\path\file.exe' "Kannan" <gk_i@yahoo.com> wrote in message...
    3. sql server equivalent procedure in Oracle
      Hi I am a Coldfusion + Sql Server Programmer. Now I am working with Oracle which is new to me. I want to know how to create multiple recorset...
    4. Calling stored procedure from MysQL 5.0
      I am trying to call stored procedures using <cfquery> in Coldfusion MX 7.0, but I am getting this error: Error Executing Database Query. General...
    5. stored procedure help
      Hi all! I am in need of writing a few stored procedures. The first one is to create a stored procedure to recover a database from backup and the...
  3. #2

    Default Re: Does MySQL have a Stored Procedure equivalent?

    popeye wrote:
    > I've only used ASP and MS SQL Server before but I want to learn PHP and
    > MySQL. Does MySQL have an equivalent of Microsoft's Stored Procedures
    > (i.e. T-SQL)?
    Not yet. Stored procedures will become available in MySQL 5.0 but that's
    some way off from release yet as it's still only an Alpha release. Postgres
    ([url]www.postgresql.org[/url]) does support stored procedures.

    --
    Chris Hope - The Electric Toolbox - [url]http://www.electrictoolbox.com/[/url]
    Chris Hope Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139