This list is closed, nobody may subscribe to it.
2000 |
Jan
|
Feb
(1) |
Mar
(53) |
Apr
(28) |
May
(5) |
Jun
(7) |
Jul
(16) |
Aug
(15) |
Sep
(10) |
Oct
(1) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(9) |
Feb
(7) |
Mar
(1) |
Apr
(7) |
May
(6) |
Jun
|
Jul
(15) |
Aug
(10) |
Sep
(2) |
Oct
(12) |
Nov
(3) |
Dec
(2) |
2002 |
Jan
(2) |
Feb
(12) |
Mar
(33) |
Apr
(30) |
May
(5) |
Jun
(18) |
Jul
(18) |
Aug
(47) |
Sep
(8) |
Oct
(7) |
Nov
(8) |
Dec
(13) |
2003 |
Jan
(48) |
Feb
(8) |
Mar
(10) |
Apr
(30) |
May
(6) |
Jun
(8) |
Jul
(19) |
Aug
(36) |
Sep
(19) |
Oct
(16) |
Nov
(11) |
Dec
(17) |
2004 |
Jan
(11) |
Feb
(22) |
Mar
(52) |
Apr
(45) |
May
(18) |
Jun
(72) |
Jul
(14) |
Aug
(31) |
Sep
(19) |
Oct
(27) |
Nov
(19) |
Dec
(25) |
2005 |
Jan
(16) |
Feb
(46) |
Mar
(50) |
Apr
(3) |
May
(21) |
Jun
(3) |
Jul
(24) |
Aug
(33) |
Sep
(25) |
Oct
(23) |
Nov
(30) |
Dec
(20) |
2006 |
Jan
(12) |
Feb
(11) |
Mar
(8) |
Apr
(15) |
May
(27) |
Jun
(15) |
Jul
(19) |
Aug
(5) |
Sep
(9) |
Oct
(1) |
Nov
(2) |
Dec
(3) |
2007 |
Jan
|
Feb
(3) |
Mar
(18) |
Apr
(5) |
May
(9) |
Jun
|
Jul
(10) |
Aug
(3) |
Sep
(8) |
Oct
(1) |
Nov
(7) |
Dec
(9) |
2008 |
Jan
(2) |
Feb
|
Mar
(10) |
Apr
(4) |
May
|
Jun
(5) |
Jul
(9) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(8) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(1) |
Dec
(20) |
2010 |
Jan
|
Feb
(2) |
Mar
|
Apr
(7) |
May
|
Jun
(23) |
Jul
(3) |
Aug
(6) |
Sep
(1) |
Oct
(4) |
Nov
(1) |
Dec
|
2011 |
Jan
(1) |
Feb
(26) |
Mar
(25) |
Apr
(11) |
May
(5) |
Jun
(5) |
Jul
(2) |
Aug
(39) |
Sep
(12) |
Oct
(6) |
Nov
|
Dec
|
2012 |
Jan
(19) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
(8) |
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(3) |
2013 |
Jan
(6) |
Feb
|
Mar
(1) |
Apr
|
May
(7) |
Jun
(5) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Brian B. <ca...@um...> - 2000-03-11 03:25:21
|
Hi all, I just added some code for actually printing data. It's still really rough and I have a patch yet to be integrated, but it does really work on my data :-). You can check it out of CVS if interested. Over the weekend, I'll be modularizing the data.c file a bit more (it's one long function at the moment) and hopefully making a way to allow applications linking to libmdb a way to bind the data back. Once these pieces are in place, I think we can really start doing something useful with this stuff! Cheers, Brian |
From: Brian B. <ca...@um...> - 2000-03-09 02:24:55
|
The main reason is that I wanted to play around with exporting to Sybase :-) Most of the code at this point is just working out the structure of the mdb files. I don't have my heart set on any of it...in fact I've been mulling over it, trying to decide on better ways to do things. I'm not real comfortable with the GArrays for instance, but on the other hand reading the catalog once to get a count and then allocating it, and rereading seems wasteful. Also, the KKD properties (design view stuff) its highly variable, so a hash table seemed appropriate. But, some of it strikes me as not The Right Way(tm) so I've been a bit hesitant to cast much in stone yet. Perhaps, I'm worrying over nothing! As far as exporting schema, my current plan is to have a utility such as 'export-schema' and take switches like: $ ./export-schema --target=sybase -f mydb.mdb -o mydb.sql so you can specify different target engines. Maybe we could even do it in a plugin style using dlopen() and friends...that way different database backends could be added apart from the mainline code. Brian On Wed, 8 Mar 2000, Carl Seutter wrote: > I finally got a chance to start looking at some of the code today. > Looking good. However, while I was reading the comments in table.c the > question was raised about how to make the column_types generic. > Therefore, why not print out the Access datatype. > > Then, have different modules for the target database. Each module would > then be responsible for the necessary tasks specific to that target. > > > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > http://lists.sourceforge.net/mailman/listinfo/mdbtools-dev > |
From: Carl S. <cgs...@wo...> - 2000-03-08 23:54:40
|
I finally got a chance to start looking at some of the code today. Looking good. However, while I was reading the comments in table.c the question was raised about how to make the column_types generic. Therefore, why not print out the Access datatype. Then, have different modules for the target database. Each module would then be responsible for the necessary tasks specific to that target. |
From: Brian B. <ca...@um...> - 2000-03-04 17:41:35
|
There was a build problem with 0.002, I've put put a new release (0.003) out to fix it. Brian |
From: Brian B. <ca...@um...> - 2000-02-07 02:37:21
|
Welcome to the mdbtools-dev list. This list is for the discussion of the the MDB file format and its implementation in the MDB Tools project. For more info about MDB Tools, see http://mdbtools.sourceforge.net Brian |