From: <kn...@gr...> - 2000-03-16 13:05:46
|
I sent in three new programs to be added to the archive (I can't access it right now to confirm that they're there): mdb-tables - trivially lists the non-system tables on a single line I use this in scripts, like: foreach foo (`./tables foo.mdb`) mdb-header - generates C header files from a database mdb-parsecsv - parses a Comma Separated Values file and generates the corresponding C array declarations. Remember, I'm just looking for read access to the data for further data massaging, so this gets all my data into a C program on the UNIX side of the house from a CSV (soon to be mdb-export) file. This level of program meets all the data requirements in my CSV files. -- Karl -- |