Peace to All,
In Bible said:
If a man doing something wrong for the first time or he don't know ,  give
the second chance and show him the right way...and if don't want to follow
it , let him ....
...or something like that.

If you use ODBC you have many ways but the short one is to have a variable
to increment for every  "fetched" row.E.g. a=a+1.If you use API function you
can use mysql_affected_rows() for "insert,update,delete" and
mysql_num_rows() for "select".

For timing , Christopher suggestion seems to be OK.

Regards,
Gelu


_____________________________________________________
G.NET SOFTWARE COMPANY

Permanent e-mail address : [EMAIL PROTECTED]
                                          [EMAIL PROTECTED]
----- Original Message -----
From: "Christopher Thompson" <[EMAIL PROTECTED]>
To: "Alexander Burbello" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 8:35 PM
Subject: Re: Message


> Please stop reposting your question.
>
> You should be able to get this information from Delphi.  Set up a time
object
> before you execute the query.
>
> On Thursday 16 May 2002 10:19 am, Alexander Burbello wrote:
> > I made a program with delphi and I would like to get the message when is
> > execute any query.
> >
> > eg: select ...
> >     10 rows in set (0.04 sec) " .
> >
> > This message is important for me. How can I get it.
> >
> >
> > Alexander
> >
> >
> >
> >
> > ________________________________________
> > A busca mais veloz e precisa da internet. Acesse agora:
> > http://www.zoom.com.br.
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
>


---------------------------------------------------------------------
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