Re: mySql vs Interbase

2001-11-30 Thread Ivano Luberti
At 15.40 29/11/01 -0500, Raymond Abel wrote: >At 16:44 2001-11-29 +, you wrote: >>On Thursday 29 Nov 2001 16:18, Fabien R. wrote: >> >> > > I saw somewhere that this comparaison existed but I can't remember >> > > where. >> > > Does it talk to anyone ? i used interbase to develop an applicat

affected rows and found rows

2001-11-27 Thread Ivano Luberti
Hi. i'm new to mysql and for now i'm only studying the manual. Studying the paragraph of the myODBC driver i've found the following phrase: "The client can't handle that MySQL returns the true value of aected rows. If this ag is set then MySQL returns 'found rows' instead." Then in the section

Re: Newbie query

2001-11-22 Thread Ivano Luberti
At 10.08 21/11/01 -0700, Steve Meyers wrote: >Wait for 4.1, it will have multi-table updates in it. Until then, >you'll have to use two separate queries. > >Steve i'm also new to mysql but i think you can use MERGE tables. Couldn't you ? == dott