Public bug reported:

Binary package hint: mdbtools

Create an Access file (mine is from Access 97) with DateTime or Double
columns. Use mdb-schema to have a look at it, and note that they show
up.

Now, use mdb-header to generate a dump program. dumptypes.c will contain
lines like this:

        fprintf (stdout, "x.datefield = ");
datefield);

and types.h will look something like this:

typedef struct _TableName
{
        long    longfield;
        char *  charfield;
datefield;
        char *  othercharfield;

} TableName ;

mdb-header should either output some kind of blank, or at least warn
that there are unrecognized fields, rather than silently generating
faulty code.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: mdbtools 0.5.99.0.6pre1.0.20051109-4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mdbtools
Uname: Linux 2.6.28-11-generic i686

** Affects: mdbtools (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386

-- 
mdb-header outputs invalid code for unrecognized field types.
https://bugs.launchpad.net/bugs/389164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to