<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://frontierkernel.org//lib/styles/feed.css" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Frontier Kernel Project</title>
        <description></description>
        <link>http://frontierkernel.org//</link>
        <lastBuildDate>Wed, 27 Aug 2008 12:39:10 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://frontierkernel.org//lib/images/favicon.ico</url>
            <title>Frontier Kernel Project</title>
            <link>http://frontierkernel.org//</link>
        </image>
        <item>
            <title>download - Added user contributed stuff section and Scott Lawton's db download</title>
            <link>http://frontierkernel.org//download?rev=1211833690&amp;do=diff1211833690</link>
            <description>Executable binaries

 The latest full release of Frontier is Frontier Developer Preview 2.

The latest application only release is Frontier v10.1a11.

The latest developer snapshot root files: ODB.

Other Builds
Platform  Last Updated  Author  Mac OS X	  Frontier Developer Preview 2	 Frontier Kernel Project  Windows	  Frontier Developer Preview 2	 Frontier Kernel Project  Mac OS 9	  Frontier Developer Preview 1	 Frontier Kernel Project  Frontier Kernel Source Code  10.1a10  Thomas A. Creedon  Ma…</description>
            <author>David Gewirtz</author>
            <pubDate>Mon, 26 May 2008 20:28:10 +0000</pubDate>
        </item>
        <item>
            <title>developers:repository - Fixed broken link for svn web interface</title>
            <link>http://frontierkernel.org//developers/repository?rev=1208290243&amp;do=diff1208290243</link>
            <description>We use a Subversion repository hosted at SourceForge to keep track of all changes made to the Frontier kernel source code. The purpose of this document is to provide basic instructions for working with the repository. If you have any questions about working with the repository that are not answered here, please don’t hesitate to post your questions to our mailing list.</description>
            <author>André Radke</author>
            <category>developers</category>
            <pubDate>Tue, 15 Apr 2008 20:10:43 +0000</pubDate>
        </item>
        <item>
            <title>karsten_wolf</title>
            <link>http://frontierkernel.org//karsten_wolf?rev=1199201724&amp;do=diff1199201724</link>
            <description>Hi visitor!

This is old stuff since I no longer work on the kernel. If someone want’s to pick up, use the pointers here.

To Do

	*  get the int64 datatype done (in progress)

	*  refactor list access (get access times from O(n) to O(1))
		*  Fragments for a cache exist in the int64 branch
		*  watch for OPLANGLISTACCEL ifdefs</description>
            <author>Karsten Wolf</author>
            <pubDate>Tue, 01 Jan 2008 15:35:24 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:sqlite:setcolumnblob - created</title>
            <link>http://frontierkernel.org//docs/verbs/sqlite/setcolumnblob?rev=1191197802&amp;do=diff1191197802</link>
            <description>Back to SQLite Verbs



Syntax


sqlite.setColumnBlob ( queryId, parameterIndex, binaryAddress )


Params

 queryId is a number, a query id.

paremeterIndex is a number, the index of a parameter in a SQLite statement.

binaryAddress is the address of a binary object database item.</description>
            <author>Thomas A. Creedon</author>
            <category>docs:verbs:sqlite</category>
            <pubDate>Mon, 01 Oct 2007 00:16:42 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:sqlite</title>
            <link>http://frontierkernel.org//docs/verbs/sqlite?rev=1191197629&amp;do=diff1191197629</link>
            <description>Back to Verbs



	*  sqlite.clearQuery: Clear an SQLite query. New verb.
	*  sqlite.close: Close an SQLite database. New verb.
	*  sqlite.compileQuery: Compile an SQLite query, preparing it for execution. New verb.
	*  sqlite.easyQuery: Perform a query and retrieve the entire results table. New verb.
	*  sqlite.escapeQuotes: Substitute in-line single quotes with two single-quotes. New verb.
	*  sqlite.getColumn: Retrieve the value of the specified column element. New verb.
	*  sqlite.getColumnCo…</description>
            <author>Thomas A. Creedon</author>
            <category>docs:verbs</category>
            <pubDate>Mon, 01 Oct 2007 00:13:49 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:sqlite:getlastinsertrowid - created</title>
            <link>http://frontierkernel.org//docs/verbs/sqlite/getlastinsertrowid?rev=1191197456&amp;do=diff1191197456</link>
            <description>Back to SQLite Verbs



Syntax


sqlite.getLastInsertRowId ( databaseId )


Params

 databaseId is a number, the database connection ID.

Action

 Gets the row id of the last INSERT statement for database connection ID.

Returns

 row id, a number.

Examples


bundle {
	local ( databaseId, f, i, query, queryId, record, result );
	
	on getField ( fieldNumber ) {
		local ( s );
		
		s = string.nthField ( record, ',', fieldNumber );
		s = string.delete ( s, 1, 1 );
		s = string.delete ( s, string.l…</description>
            <author>Thomas A. Creedon</author>
            <category>docs:verbs:sqlite</category>
            <pubDate>Mon, 01 Oct 2007 00:10:56 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:mysql</title>
            <link>http://frontierkernel.org//docs/verbs/mysql?rev=1186360988&amp;do=diff1186360988</link>
            <description>Back to Verbs



	*  mysql.clearQuery: Clear a MySQL query. New verb.
	*  mysql.close: Close a MySQL connection. New verb.
	*  mysql.compileQuery: Compile a MySQL query, preparing it for execution. New verb.
	*  mysql.connect: Connect to a MySQL server. New verb.
	*  mysql.easyQuery: Perform a query and retrieve the entire results table. New verb.
	*  mysql.end: Close out the MySQL library. New verb.
	*  mysql.escapeString: Escape special characters in a string for use in an SQL statement. New v…</description>
            <author>David Gewirtz</author>
            <category>docs:verbs</category>
            <pubDate>Mon, 06 Aug 2007 00:43:08 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>http://frontierkernel.org//start?rev=1186360917&amp;do=diff1186360917</link>
            <description>High-performance Web content management, object database, system-level and Internet scripting environment, including source code editing and debugging.  

Frontier was originally a commercial product published by Userland Software. In September 2004, it was released as open source under the GPL license. For details, see Frequently Asked Questions about releasing Frontier as open source.</description>
            <author>David Gewirtz</author>
            <pubDate>Mon, 06 Aug 2007 00:41:57 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:mysql:compilequery</title>
            <link>http://frontierkernel.org//docs/verbs/mysql/compilequery?rev=1180837525&amp;do=diff1180837525</link>
            <description>Back to MySQL Verbs



 Compile a MySQL query, preparing it for execution.

Syntax


mysql.compileQuery(dbid, query)


Params

 A database connection ID and a query string consisting of an SQL statement.

Returns

 	 A query id or 0 if no rows were returned.</description>
            <author>David Gewirtz</author>
            <category>docs:verbs:mysql</category>
            <pubDate>Sun, 03 Jun 2007 02:25:25 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:mysql:getrow</title>
            <link>http://frontierkernel.org//docs/verbs/mysql/getrow?rev=1180837390&amp;do=diff1180837390</link>
            <description>Back to MySQL Verbs



 Retrieve an entire row from an MySQL query.

Syntax


mysql.getRow(queryid)


Params

 A query ID

Returns

 	 0 if no more rows, or a Frontier list containing data

Examples


on querysample () {
	local (id, result, queryID, sql);
	result = mysql.init();
	id = mysql.connect(&quot;localhost&quot;, &quot;root&quot;, &quot;frontier&quot;, &quot;frontier&quot;, 3306);
	queryID = mysql.compileQuery(id, &quot;select * from names&quot;);
	dialog.alert(&quot;Selected row count: &quot; + mysql.getSelectedRowCount(queryID));
	dialog.alert(…</description>
            <author>David Gewirtz</author>
            <category>docs:verbs:mysql</category>
            <pubDate>Sun, 03 Jun 2007 02:23:10 +0000</pubDate>
        </item>
        <item>
            <title>docs:verbs:mysql:clearquery</title>
            <link>http://frontierkernel.org//docs/verbs/mysql/clearquery?rev=1180837352&amp;do=diff1180837352</link>
            <description>Back to MySQL Verbs



 Clear a MySQL query.

Syntax


mysql.clearQuery(queryid)


Params

 A query id

Returns

 	 0

Examples


on querysample () {
	local (id, result, queryID, sql);
	result = mysql.init();
	id = mysql.connect(&quot;localhost&quot;, &quot;root&quot;, &quot;frontier&quot;, &quot;frontier&quot;, 3306);
	queryID = mysql.compileQuery(id, &quot;select * from names&quot;);
	dialog.alert(&quot;Selected row count: &quot; + mysql.getSelectedRowCount(queryID));
	dialog.alert(&quot;Column count: &quot; + mysql.getColumnCount(id));
	dialog.alert(&quot;Query warn…</description>
            <author>David Gewirtz</author>
            <category>docs:verbs:mysql</category>
            <pubDate>Sun, 03 Jun 2007 02:22:32 +0000</pubDate>
        </item>
    </channel>
</rss>
