<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "Suzor"]]></title>
		<link>http://www.smithproject.org/forum/posts/listByUser/16.page</link>
		<description><![CDATA[Messages posted by "Suzor"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Re:Image manipulation</title>
				<description><![CDATA[ Check out image.cfc (open source).]]></description>
				<guid isPermaLink="true">http://www.smithproject.org/forum/posts/preList/67/229.page#229</guid>
				<link>http://www.smithproject.org/forum/posts/preList/67/229.page#229</link>
				<pubDate><![CDATA[Thu, 31 May 2007 03:21:49]]> GMT</pubDate>
				<author><![CDATA[ Suzor]]></author>
			</item>
			<item>
				<title>SQLite on Windows -- how to</title>
				<description><![CDATA[ I have a Sqlite database file that I am using with a PHP project.  I thought I would see if I could get Smith working with it.  This is how I got it working (after some searching and study):

These instructions for SQLite on Eclipse were helpful:
http://wiki.eclipse.org/index.php/Connecting_to_SQLite

-- Basically, download the JDBC driver package for windows (javasqlite-20060714-win32.zip) from here:  http://www.ch-werner.de/javasqlite/

-- From the zip file put the sqlite_jni.dll file into the Smith project JRE's bin directory. The driver requires this file to be in the java library path.

-- Put the sqlite.jar file from the zip file into the Smith wwwroot\WEB-INF\lib directory.

-- Start or restart Smith and go to the data sources page in the admin window.

-- Enter values along these lines:
      -- a name for your database
      -- JDBC URL: jdbc:sqlite:/c:/Tools/smith/wwwroot/sqlite/myfile.db
      -- JDBC Driver full class name:  SQLite,JDBCDriver

The JDBC URL is the file location.  

Hope this helps someone.

Suzor
]]></description>
				<guid isPermaLink="true">http://www.smithproject.org/forum/posts/preList/8/19.page#19</guid>
				<link>http://www.smithproject.org/forum/posts/preList/8/19.page#19</link>
				<pubDate><![CDATA[Sun, 28 Jan 2007 22:48:34]]> GMT</pubDate>
				<author><![CDATA[ Suzor]]></author>
			</item>
	</channel>
</rss>