ODBC is basically brain-damaged, and so is this driver. The problem is that ODBC forces you to guess how many columns there are in your reply, and etc. which we don't know a-priori. Also makes VARCHAR difficult (impossible ??) to support correctly! Blame it on SQLBindCol(), which is a terrible idea.
Definition in file dui-odbc.c.
#include "config.h"
#include "perr.h"
Go to the source code of this file.
Functions | |
| void | dui_odbc_init (void) |
1.5.5