mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
resync...no idea what's in here, it's been sitting on the shelf for a while
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
int bind_column(MdbTableDef *table, char *colname, unsigned char *data, int *len);
|
||||
void read_to_row(MdbTableDef *table, char *sargname);
|
||||
|
||||
int
|
||||
@@ -90,6 +91,7 @@ MdbColumn *col;
|
||||
printf("column %d\n",found);
|
||||
mdb_bind_column(table, found, data);
|
||||
mdb_bind_len(table, found, len);
|
||||
return 0;
|
||||
}
|
||||
void read_to_row(MdbTableDef *table, char *sargname)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user