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)) {
>
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