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

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

Re: problem building mysql as an embedded server

2003-02-18 Thread Travis McLeskey
configured with --with-embedded-server but, as far as I can tell, the embedded server was added with the 4.0 release. Anyway, binaries for the 4.0 embedded server are available for download. --- Travis McLeskey - [EMAIL PROTECTED] -