RE: Row affected from Mysql Command line and api's

2002-03-01 Thread John Dean
stion. > >Thanks and regards, >Chetan Lavti > > > > > >-Original Message- >From: John Dean [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 01, 2002 5:25 PM >To: DL Neil; Chetan Lavti; [EMAIL PROTECTED] >Subject: Re: Row affected from Mysql Command line a

RE: Row affected from Mysql Command line and api's

2002-03-01 Thread Chetan Lavti
5:25 PM To: DL Neil; Chetan Lavti; [EMAIL PROTECTED] Subject: Re: Row affected from Mysql Command line and api's Hi I think you need to read a book on C since C has no notion of a boolean value At 11:40 01/03/2002 +, DL Neil wrote: >Hi Chetan, > >Suppose I have a table :

Re: Row affected from Mysql Command line and api's

2002-03-01 Thread John Dean
Hi I think you need to read a book on C since C has no notion of a boolean value At 11:40 01/03/2002 +, DL Neil wrote: >Hi Chetan, > >Suppose I have a table : > >mysql> select * from flag_test; >++--+ >| name | flag | >++--+ >| Chetan | Y| >++--+ >1 r

Re: Row affected from Mysql Command line and api's

2002-03-01 Thread DL Neil
Hi Chetan, Suppose I have a table : mysql> select * from flag_test; ++--+ | name | flag | ++--+ | Chetan | Y| ++--+ 1 row in set (0.00 sec) I am setting/unsetting the flag field from the api's ; Now if the flag is already set and I executes the Query f