<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/mdbtools/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/mdbtools/feature-requests/</id><updated>2012-10-19T11:51:35Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Export to SQLite schema</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/9/" rel="alternate"/><published>2012-10-19T11:51:35Z</published><updated>2012-10-19T11:51:35Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd3723a3d9cc4e1ece98db4fac28a5a51b1911345</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be very interesting to see mdbtools exports to SQLite schema directly. This page explains how to do this using a perl script, but it certainly is a cumbersome job. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://cltb.ojuba.org/en/articles/mdb2sqlite.html" rel="nofollow"&gt;http://cltb.ojuba.org/en/articles/mdb2sqlite.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This option would be very useful for convert MDB files to this database increasingly used.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for cleanly import in MySQL</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/8/" rel="alternate"/><published>2009-11-01T18:28:25Z</published><updated>2009-11-01T18:28:25Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb9ee4e17513f6fa3b1dcb44b7de4de538e82946d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Same bases of MS have tables and columns named as "dirty" - non-latin characters, large 15 characters, have spaces and other incorrect symbols.&lt;br /&gt;
Will be ideally if mdbtools will have an options for convert incorrect names of tables and colums on the fly.&lt;br /&gt;
Example: Table name "Name of table bad #Ы1" --&amp;gt; "nameoftablenum1" (name large&amp;lt;15, no spaces, no-command symbols, no non-latin symbols).&lt;br /&gt;
But don't forget - this may be need check no-repeate names of tables and columns in the one base!&lt;br /&gt;
Help me!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Write mdb files</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/7/" rel="alternate"/><published>2006-03-23T12:42:22Z</published><updated>2006-03-23T12:42:22Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net115c20ab346f4ee6bea7752b5dfe8ca97a85369e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I know this is a recurrent issue, but is anyone&lt;br /&gt;
actually working in this functionality?. OO.org uses&lt;br /&gt;
mdbtools and I guess this will be a great feature, very&lt;br /&gt;
useful in migration tasks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for Access 4.3</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/6/" rel="alternate"/><published>2005-12-07T22:53:32Z</published><updated>2005-12-07T22:53:32Z</updated><author><name>Robert Krawitz</name><uri>https://sourceforge.net/u/rlk/</uri></author><id>https://sourceforge.net0ebcd5f17f83a8016b224921d79f5e93213d9c40</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Yes, believe it or not I have a database from MS Access&lt;br /&gt;
4.3 (the last 16-bit version of Office, circa&lt;br /&gt;
1993-1994).  I can provide the database (which has&lt;br /&gt;
considerable sentimental value) if desired.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for password protected databases</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/5/" rel="alternate"/><published>2005-01-08T08:23:36Z</published><updated>2005-01-08T08:23:36Z</updated><author><name>emanuele zattin</name><uri>https://sourceforge.net/u/emanuelez/</uri></author><id>https://sourceforge.net724d00583dfc7e163e0e22e00c4d86ee149ecc93</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As in title&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mdb-sql as a coprocess</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/4/" rel="alternate"/><published>2004-12-01T06:55:17Z</published><updated>2004-12-01T06:55:17Z</updated><author><name>paaguti</name><uri>https://sourceforge.net/u/paaguti/</uri></author><id>https://sourceforge.net53c1238654bf827146135f14525a4f314088e178</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm making heavy use of mdb-sql because I have to work&lt;br /&gt;
with &lt;br /&gt;
Access files produced by other people. But at the end&lt;br /&gt;
of the &lt;br /&gt;
day, I have a limited number of reports to generate from&lt;br /&gt;
them. To generate these reports, I'm using TCC as my &lt;br /&gt;
scripting language. As a result, I write the programs &lt;br /&gt;
generating my reports in C. One of the things I really&lt;br /&gt;
missed &lt;br /&gt;
was the possibility of running mdb-sql as a coprocess and &lt;br /&gt;
simulating user interaction from the C programs, like&lt;/p&gt;
&lt;p&gt;fprintf(tosqlpipe,"select * from table\ngo\n");&lt;/p&gt;
&lt;p&gt;and then read the output from mdb-sql via fgets(...). The &lt;br /&gt;
programs would consistently halt at the fgets, because no &lt;br /&gt;
input was available. Attached is a patch, which&lt;br /&gt;
includes the&lt;br /&gt;
necessary fflush() 's in mdb-sql, to make this interaction &lt;br /&gt;
possible.&lt;/p&gt;
&lt;p&gt;The patch is generated on version 0.5, because 0.6pre1 &lt;br /&gt;
doesn't work on the mdb files I work with. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>ORDER BY clause</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/3/" rel="alternate"/><published>2004-08-27T17:09:52Z</published><updated>2004-08-27T17:09:52Z</updated><author><name>Rogerio Pereira Araujo</name><uri>https://sourceforge.net/u/userid-656586/</uri></author><id>https://sourceforge.nete5d24f6905f4c8266ce1a68d75c439df2250af4f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sometimes i need to use ORDER BY ASC/DESC clause in my&lt;br /&gt;
sql statements, this is possible to implement in mdbtools?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mdb-export: support specifying date format</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/2/" rel="alternate"/><published>2003-01-27T16:50:32Z</published><updated>2003-01-27T16:50:32Z</updated><author><name>Ivan Baldo Bosco</name><uri>https://sourceforge.net/u/terrible/</uri></author><id>https://sourceforge.net18c6aafabbe5aac00ec348f7d0ed2fa6a216dd81</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I find useful to specify the date format to the&lt;br /&gt;
mdb-export utility, or at least an option to specify&lt;br /&gt;
ISO date style (YYYY-MM-DD).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>New release - ODBC driver</title><link href="https://sourceforge.net/p/mdbtools/feature-requests/1/" rel="alternate"/><published>2003-01-03T18:40:00Z</published><updated>2003-01-03T18:40:00Z</updated><author><name>pabloj</name><uri>https://sourceforge.net/u/pabloj/</uri></author><id>https://sourceforge.nete6ebf92dcf603d7581435c2c7f459bb8f321d608</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Nice to see Brian is back, hope he'll get a new release &lt;br /&gt;
soon.&lt;br /&gt;
In this new release it would be great to see a &lt;br /&gt;
prepackaged ODBC driver that works well with PHP and &lt;br /&gt;
unixODBC.&lt;br /&gt;
Thanks in advance.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>