mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
lots of small fixes (see Changelog)
This commit is contained in:
11
doc/faq.html
11
doc/faq.html
@@ -24,7 +24,9 @@
|
||||
</dd><dd>
|
||||
<a href="#help">1.9 How do I help?</a>
|
||||
</dd><dd>
|
||||
<a href="#help">1.10 What's this postcard thing?</a>
|
||||
<a href="#postcards">1.10 What's this postcard thing?</a>
|
||||
</dd><dd>
|
||||
<a href="#writing">1.11 When will MDB Tools support writing?</a>
|
||||
</dd></dl>
|
||||
|
||||
<hr size="1">
|
||||
@@ -64,7 +66,7 @@ MDB Tools supports Jet version 3.0 and 4.0 databases. It does not, and probably
|
||||
<li>Add support for adding rows to existing tables and an mdb-import tool.</li>
|
||||
<li>Add full write support to libmdb and libmdbsql.</li>
|
||||
<li>Extract queries, table properties, VBA script, forms.</li>
|
||||
<li>mdb-check database consistancy checker and recovery tool.</li>
|
||||
<li>mdb-check database consistency checker and recovery tool.</li>
|
||||
<li>Add joins.</li>
|
||||
<li>Ability to add tables.</li>
|
||||
</ul>
|
||||
@@ -96,7 +98,10 @@ We are currently looking for corrupted Access databases to help with developing
|
||||
</p>
|
||||
</dd></dl>
|
||||
<dl><a name="postcards"></a><dt><b>1.10 What's this postcard thing?</b></dt><dd>
|
||||
I, like many free software others, enjoy getting postcards from where users live. If you're a happy MDB Tools user (or even a disgruntled one, doesn't really matter) and want to drop me a postcard with a picture of the place you live, email <a href="mailto:brian@nospam.bruns.com">me</a> for my snail-mail address. Come one, you know you want to!
|
||||
I, like many free software others, enjoy getting postcards from where users live. If you're a happy MDB Tools user (or even a disgruntled one, doesn't really matter) and want to drop me a postcard with a picture of the place you live, email <a href="mailto:brian@nospam.bruns.com">me</a> for my snail-mail address. Come on, you know you want to!
|
||||
</dd></dl>
|
||||
<dl><a name="writing"></a><dt><b>1.11 When will MDB Tools support writing?</b></dt><dd>
|
||||
Writing to MDB files is a quite a bit more complicated than simply reading. Some preliminary support is available in the CVS version, this includes under-the-covers things like building rows, adding rows to tables, tracing the index chain to the row, and some work on index writes. These are the nuts and bolts of write support; the big thing left is the allocation of new pages and splitting full pages on inserts. When will this be done? I don't commit to timelines, but the next release (0.6) will have some usable, though not complete, write support.
|
||||
</dd></dl>
|
||||
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user