en call the function
like this:
MYSQL_RES *result;
result = doquery(&connection, query);
- Original Message -
From: "Seth Northrop" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 12:25 PM
Subject: C API; queries within functions.
>
&g
Hi!
This is probably more of a C inadequacy than a MySQL problem. I'm playing
around with C with MySQL (I have to date only interfaced with it in
PHP) and I was curious if anyone had any example code which illustrates
how you would write functions which return mysql data.
For example, in PHP I