I am having trouble accessing the data in the MySQL struct for C (included in the mysqlclient libraries). I am specifically unable to access the *fields (array?) within the struct.
My program fails with segmentation faults whenever I try to access any variables within *fields. Does the mysql_init( ) function or mysql_connect( ) function allocate memory for this variable. How does one access the data stored in *fields? Andrew --------------------------------------------------------------------- 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