« Risposta #1 il: 29 Agosto 2013, 20:07:06 »
...continua...
"
It's perhaps a little off-topic as this is a Gambas mailing list, but I
have written a .mdb to mysql|postgresql|hsqldb|mssqlserver converter in
java. I tried using mdbtools but never got very satisfactory results,
so I wrote my own conversion software.
The converter works on Northwind (the sample .mdb from MS), including
the binary pictures and on our own database we use for stock control at
work (150,000 records or so, takes about 5 mins...). There is support
for complete conversion of the schema (create all tables, columns with
null/not null, create primary keys, indexes, foreign key relations, ...)
and of course, the all-important data!
I'm looking to test against a few more databases, so if this is an
interesting route to follow, don't hesitate to contact me directly.
I also support a kind of basic "interactive mode" through a socket where
you can retrieve rows, do simple selects, examine columns etc. The
conversion is done using only commands which are also available as
interactive commands...
Kind regards,
Caveat "
"
Are you accessing directly the mdb file structures or using intermediary
software, e.g. ODBC?
Regards,
Fernando "
"
is your converter free ? (GPL ?)
Fabien Bodard "
"
The software directly accesses the mdb file, using the jackcess library
(http://jackcess.sourceforge.net/), so no Access nor Windoze required.
I haven't worked out all the licensing yet (it builds on a few other
java libraries too) so I'm not yet ready to release the code publicly.
What I'm looking for is to try the software out on a few other
databases, see what makes it break
Right now there's no guarantees it doesn't just happen to work on
Northwind and our database from work by pure chance
Kind regards,
Caveat "
« Ultima modifica: 31 Agosto 2013, 12:29:21 da vuott »
Registrato
« Chiunque, non ricorrendo lo stato di necessità, nel proprio progetto Gambas fa uso delle istruzioni Shell o Exec, è punito con la sanzione pecuniaria da euro 20,00 a euro 60,00. »