Hi John and Sinisa,
   I don't know if this helps but we are using php scripts in place of
"stored procedures".  Our client/server apps open up an https or http
connection to a php server and pass in the script name and variables
in the URL (like cgi).  It's not "stored procedures",  but is pretty
fast if apache/php is on the same server or a fast ethernet cable away
and using https can be very secure as well.  We currently use it to
get around things like multiple sql commands in one request and table
to table updates as it allows the client to execute an "SQL" procedure
remotely.
Hope this helps someone!
Ken
-----------------------------------------------------
Ken Menzel  ICQ# 9325188
www.icarz.com  [EMAIL PROTECTED]
----- Original Message -----
From: "Sinisa Milivojevic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 7:54 AM
Subject: Re: Stored procedures (really sorry for bringing this up)


> John N S Gill writes:
> >
> > The company I work for has been considering moving a key database
from
> > MS Access to a proper database.
> >
> > We use linux for a lot of the number crunching we do and I was
keen for
> > us to choose MySQL.  I happen to think it would be ideal for our
> > applications.
> >
> > Unfortunately, those with the task of converting the application
> > consider stored procedures to be essential.  I'm not at all
convinced
> > they are necessary (at least in the short term).  I fear the
arguement
> > is already lost.. but...
> >
> > I saw from the survey that is currently being done that stored
> > procedures are one feature that appears to be in active
consideration,
> > but I see from the TODO list that they are only in the "to be done
> > sometime" category.
> >
> > So the questions are:
> > any idea how long it will be before something is in place? would
> > funding change this?
> > can also offer some help with the coding (have solid C/C++ but
> >         no experience with MySQL itself)
> >
> > John Gill.
> >
>
>
> Hi!
>
> We have plans of implementing stored procedures until  the end of
this
> year, but if it is too far away for you , you can try doing it
> yourself.
>
> If you have problems, post your mails to [EMAIL PROTECTED]
>
>
> Regards,
>
> Sinisa
>
>      For technical support contracts, goto http://order.mysql.com
>
>       ____  __     _____   _____  ___     ==  MySQL AB
>      /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
>     /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
>    /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
>   /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
>   ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
>              /*/             \*\                Developers Team
>
> --------------------------------------------------------------------
-
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try:
http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to