Re: C API: mysql_data_seek

2002-07-10 Thread Gelu Gogancea
PROTECTED] - Original Message - From: "Chan WieVia ICM N MC MI E3 Extern" <[EMAIL PROTECTED]> To: "'Gelu Gogancea'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 3:03 PM Subject: RE: C API: mysql_data_seek > Hi

RE: C API: mysql_data_seek

2002-07-10 Thread Chan WieVia ICM N MC MI E3 Extern
-Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 11:02 To: Chan WieVia ICM N MC MI E3 Extern; [EMAIL PROTECTED] Subject: Re: C API: mysql_data_seek Hi, If i understand well, mysql_fetch_row() work fine but if you add mysql_data_seek() the "ro

Re: C API: mysql_data_seek

2002-07-10 Thread Gelu Gogancea
ieVia ICM N MC MI E3 Extern" <[EMAIL PROTECTED]> To: "'Gelu Gogancea'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 11:42 AM Subject: RE: C API: mysql_data_seek > Hi Gelu, > > Thnx for the prompt reply. > > I

RE: C API: mysql_data_seek

2002-07-10 Thread Chan WieVia ICM N MC MI E3 Extern
know. Please advice. Once again, thnx for replying. Regards, wv -Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 09:38 To: Chan WieVia ICM N MC MI E3 Extern; [EMAIL PROTECTED] Subject: Re: C API: mysql_data_seek Hi, If i understand well you use

Re: C API: mysql_data_seek

2002-07-10 Thread Gelu Gogancea
"'Gelu Gogancea'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 10:13 AM Subject: RE: C API: mysql_data_seek > > Hi, > > Thanks for ur reply. > > When i "commented out" the "mysql_data_seek()" function,

RE: C API: mysql_data_seek

2002-07-10 Thread Chan WieVia ICM N MC MI E3 Extern
LL value is returned. And that's where I don't know how the mistake was made. Please advice and thanks. wv -Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: 09 July 2002 23:03 To: Chan WieVia ICM N MC MI E3 Extern; [EMAIL PROTECTED] Subject: Re: C API: mys

Re: C API: mysql_data_seek

2002-07-09 Thread Gelu Gogancea
___ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: "Chan WieVia ICM N MC MI E3 Extern" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: C API: mysql_data_seek

2002-07-09 Thread Dan Nelson
In the last episode (Jul 09), Chan WieVia ICM N MC MI E3 Extern said: > > Hi, > > I'm using the MySQL built-in C function, mysql_data_seek, for accessing a > particular row from the Result (MYSQL_RES) returned by mysql_store_result. > > int sql_result; > MYSQL_RE

C API: mysql_data_seek

2002-07-09 Thread Chan WieVia ICM N MC MI E3 Extern
Hi, I'm using the MySQL built-in C function, mysql_data_seek, for accessing a particular row from the Result (MYSQL_RES) returned by mysql_store_result. int sql_result; MYSQL_RES *MResult; MYSQL_ROW row; MYSQL MQu