Re: mysql_get_metadata with SHOW queries

2004-03-05 Thread Victoria Reznichenko
"Nate Blanchard" <[EMAIL PROTECTED]> wrote: > According to the C API docs on mysql_get_metadata: > " If a statement passed to mysql_prepare() is one that produces a result > set, mysql_get_metadata() returns the result set metadata in the form of > a pointer to a MYSQL_RES structure that can be use

mysql_get_metadata with SHOW queries

2004-03-04 Thread Nate Blanchard
According to the C API docs on mysql_get_metadata: " If a statement passed to mysql_prepare() is one that produces a result set, mysql_get_metadata() returns the result set metadata in the form of a pointer to a MYSQL_RES structure that can be used to process the meta information such as total numb