Re: Simple C API question

2003-02-26 Thread Travis McLeskey
ero-terminated so you can use > it with ease and the regular C-character-functions. > > http://www.mysql.com/doc/en/mysql_fetch_row.html > > Regards > Bernhard > > - Original Message - > From: "Travis McLeskey" <[EMAIL PROTECTED]> > T

Re: Re: Simple C API question

2003-02-26 Thread Bernhard Döbler
cause the questioner gets the = > answers via private mail. > > Bernhard > > - Original Message -=20 > From: "Andrew" <[EMAIL PROTECTED]> > To: "Bernhard D=F6bler" <[EMAIL PROTECTED]> > Sent: Wednesday, February 26, 2003 10:21 AM > Su

Fw: Simple C API question

2003-02-26 Thread Bernhard Döbler
Why is the standard-receiver of a reply to the list, the original poster, not the list itself? - Original Message - From: "Bernhard Döbler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 9:58 AM Subject: Re: Simple C API question

Simple C API question

2003-02-25 Thread Travis McLeskey
Maybe this is a stupid question but I couldn't find suitable sample code or an answer in the manual. mysql_fetch_row() returns a MYSQL_ROW representation of a row of data. According to the manual, this is "an array of counted byte strings". mysql_fetch_field() returns a MYSQL_FIELD with members