[libdbi-users] libdbi and bind functions, testing

2008-04-16 Thread Markus Hoenicka
Hi, João Henrique Freitas writes: > Hello, > > I need to work with some bind functions in libdbi. And I will test all > and put on dbi_test.c. This is greatly appreciated, as the test program so far does not cover the bind* functions. > while (dbi_result_next_row(result)) { >

[libdbi-users] libdbi and bind functions, testing

2008-04-14 Thread João Henrique Freitas
Hello, I need to work with some bind functions in libdbi. And I will test all and put on dbi_test.c. Before, a little test whit the code: #include #include int main() { dbi_conn conn; dbi_result result; dbi_inst instance; double threshold = 1; unsigned int idnumber; const char *fullname = (cha