> I'm implementing a bridge between MySQL and Lotus Domino.
> In our application we realy need stored procedures (triggers).
> I saw that MySQL does not yet support stored procedures. (This will be
> one of the features of version 4.1). Is it worth to wait for version 4.1
> or should we switch t
2 8:40 AM
> To: [EMAIL PROTECTED]
> Subject: RE: when will mysql 4.1 be released?
>
> Errata:
>
> > We could use MySQL and imlement stored procedures outselves. (Using some
>
> > scriptlanguages like perl or python).
>
> A stored procedure is by definitio
Errata:
> We could use MySQL and imlement stored procedures outselves. (Using some
> scriptlanguages like perl or python).
A stored procedure is by definition a collection of SQL statement
stored and executed in the RDBMS, not an external script, etc.
//Anders - sql, query
---
First of all, let me apologize for repeaditly sending my e-mail message
to the list.
Roger Baklund wrote:
>
>I don't know. Not in the nearest future, they have just begun the coding.
>
Oka
>I don't get it... does it "work perfectly with mysql", or do you "realy need
>stored procedures"? And ho
* harm de laat
> Subject: when will mysql 4.1 be released?
I don't know. Not in the nearest future, they have just begun the coding.
> I'm implementing a bridge between MySQL and Lotus Domino.
> In our application we realy need stored procedures (triggers).
> I saw that MySQL does not yet suppor