<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/mdbtools/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/mdbtools/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 19 Oct 2012 11:51:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mdbtools/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Export to SQLite schema</title><link>https://sourceforge.net/p/mdbtools/feature-requests/9/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 19 Oct 2012 11:51:35 -0000</pubDate><guid>https://sourceforge.netd3723a3d9cc4e1ece98db4fac28a5a51b1911345</guid></item><item><title>Support for cleanly import in MySQL</title><link>https://sourceforge.net/p/mdbtools/feature-requests/8/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 01 Nov 2009 18:28:25 -0000</pubDate><guid>https://sourceforge.netb9ee4e17513f6fa3b1dcb44b7de4de538e82946d</guid></item><item><title>Write mdb files</title><link>https://sourceforge.net/p/mdbtools/feature-requests/7/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 23 Mar 2006 12:42:22 -0000</pubDate><guid>https://sourceforge.net115c20ab346f4ee6bea7752b5dfe8ca97a85369e</guid></item><item><title>Support for Access 4.3</title><link>https://sourceforge.net/p/mdbtools/feature-requests/6/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Krawitz</dc:creator><pubDate>Wed, 07 Dec 2005 22:53:32 -0000</pubDate><guid>https://sourceforge.net0ebcd5f17f83a8016b224921d79f5e93213d9c40</guid></item><item><title>Support for password protected databases</title><link>https://sourceforge.net/p/mdbtools/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As in title&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">emanuele zattin</dc:creator><pubDate>Sat, 08 Jan 2005 08:23:36 -0000</pubDate><guid>https://sourceforge.net724d00583dfc7e163e0e22e00c4d86ee149ecc93</guid></item><item><title>mdb-sql as a coprocess</title><link>https://sourceforge.net/p/mdbtools/feature-requests/4/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">paaguti</dc:creator><pubDate>Wed, 01 Dec 2004 06:55:17 -0000</pubDate><guid>https://sourceforge.net53c1238654bf827146135f14525a4f314088e178</guid></item><item><title>ORDER BY clause</title><link>https://sourceforge.net/p/mdbtools/feature-requests/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rogerio Pereira Araujo</dc:creator><pubDate>Fri, 27 Aug 2004 17:09:52 -0000</pubDate><guid>https://sourceforge.nete5d24f6905f4c8266ce1a68d75c439df2250af4f</guid></item><item><title>mdb-export: support specifying date format</title><link>https://sourceforge.net/p/mdbtools/feature-requests/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Baldo Bosco</dc:creator><pubDate>Mon, 27 Jan 2003 16:50:32 -0000</pubDate><guid>https://sourceforge.net18c6aafabbe5aac00ec348f7d0ed2fa6a216dd81</guid></item><item><title>New release - ODBC driver</title><link>https://sourceforge.net/p/mdbtools/feature-requests/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pabloj</dc:creator><pubDate>Fri, 03 Jan 2003 18:40:00 -0000</pubDate><guid>https://sourceforge.nete6ebf92dcf603d7581435c2c7f459bb8f321d608</guid></item></channel></rss>