<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://72.14.177.54/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Access to HTML - Revision history</title>
		<link>http://72.14.177.54/sfvlug/?title=Access_to_HTML&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Sun, 14 Jun 2026 20:31:27 GMT</lastBuildDate>
		<item>
			<title>Dualdflipflop at 06:02, 29 January 2007</title>
			<link>http://72.14.177.54/sfvlug/?title=Access_to_HTML&amp;diff=1689&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I have written a bash script that converts Access databases to HTML.&lt;br /&gt;
[http://thewybles.com/~charles/me/code/mdb2html.sh.txt Source Code] &lt;br /&gt;
&lt;br /&gt;
I know of at least two people in the LUG who were interested in this functionality. Code is GPL.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 # This script converts Microsoft Accesss files to HTML&lt;br /&gt;
 # It requires the following tools:&lt;br /&gt;
 &lt;br /&gt;
 # mdbtools (http://mdbtools.sf.net)&lt;br /&gt;
 # csv2html (http://joncombe.future.easyspace.com)&lt;br /&gt;
 &lt;br /&gt;
 FILE=$1&lt;br /&gt;
 TABLES=`mdb-tables $FILE`&lt;br /&gt;
 &lt;br /&gt;
 HEADER_COLOR=green&lt;br /&gt;
 CELL_COLOR=FFFFFF&lt;br /&gt;
 TITLE=&amp;quot;HTML Conversion of $FILE&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 mdb-export $FILE $TABLES | csv2html -o $FILE.html -t &amp;quot;HTML Conversion of $FILE&amp;quot;  -h $HEADER_COLOR -b $CELL_COLOR&lt;/div&gt;</description>
			<pubDate>Mon, 29 Jan 2007 06:02:00 GMT</pubDate>			<dc:creator>Dualdflipflop</dc:creator>			<comments>http://72.14.177.54/sfvlug/Talk:Access_to_HTML</comments>		</item>
	</channel>
</rss>