<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://72.14.177.54/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://72.14.177.54/SFVLUG/?action=history&amp;feed=atom&amp;title=Access_to_HTML</id>
		<title>Access to HTML - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://72.14.177.54/SFVLUG/?action=history&amp;feed=atom&amp;title=Access_to_HTML"/>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Access_to_HTML&amp;action=history"/>
		<updated>2026-06-14T06:20:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://72.14.177.54/SFVLUG/?title=Access_to_HTML&amp;diff=1689&amp;oldid=prev</id>
		<title>Dualdflipflop at 06:02, 29 January 2007</title>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Access_to_HTML&amp;diff=1689&amp;oldid=prev"/>
				<updated>2007-01-29T06:02:00Z</updated>
		
		<summary type="html">&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;</summary>
		<author><name>Dualdflipflop</name></author>	</entry>

	</feed>