Re: HELP: C API: mysql_query INSERT not working...

2001-06-28 Thread Sinisa Milivojevic
James Gosnell writes: > > I'm not getting any errors at all and the program runs just fine, except > that it's not inserting! :) selects work and everything else. Am I > missing a function or structure? Thanks... > > James Gosnell > [EMAIL PROTECTED]#include > #include > #include > You shou

HELP: C API: mysql_query INSERT not working...

2001-06-28 Thread James Gosnell
I'm not getting any errors at all and the program runs just fine, except that it's not inserting! :) selects work and everything else. Am I missing a function or structure? Thanks... James Gosnell [EMAIL PROTECTED] #include #include #include int main (void) { MYSQL *connection, mysql;