<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.sqltree.net/wiki/basis-cgi/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.sqltree.net/wiki/basis-cgi/feed.php">
        <title>SQLTree Wiki</title>
        <description></description>
        <link>http://www.sqltree.net/wiki/basis-cgi/</link>
        <image rdf:resource="http://www.sqltree.net/wiki/basis-cgi/lib/images/favicon.ico" />
       <dc:date>2008-12-31T06:39:36+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=welcome&amp;amp;rev=1192113834&amp;do=diff1192113834"/>
                <rdf:li rdf:resource="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=codeplain_actiontype&amp;amp;rev=1187591757&amp;do=diff1187591757"/>
                <rdf:li rdf:resource="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=setup_actiontype&amp;amp;rev=1184668162&amp;do=diff1184668162"/>
                <rdf:li rdf:resource="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=action_types&amp;amp;rev=1184666321&amp;do=diff1184666321"/>
                <rdf:li rdf:resource="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=folder_actiontype&amp;amp;rev=1184639175&amp;do=diff1184639175"/>
                <rdf:li rdf:resource="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=sqlscript_actiontype&amp;amp;rev=1184638769&amp;do=diff1184638769"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.sqltree.net/wiki/basis-cgi/lib/images/favicon.ico">
        <title>SQLTree Wiki</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/</link>
        <url>http://www.sqltree.net/wiki/basis-cgi/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=welcome&amp;amp;rev=1192113834&amp;do=diff1192113834">
        <dc:format>text/html</dc:format>
        <dc:date>2007-10-11T16:43:54+01:00</dc:date>
        <dc:creator>Jonathan Gill</dc:creator>
        <title>welcome</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/doku.php?id=welcome&amp;amp;rev=1192113834&amp;do=diff1192113834</link>
        <description>Welcome to the SQLTree Wiki.

 Version 1.1 is now out.
 Documentation in progress.

Introduction
 The Basics
 Action Types
 Execution
 About
 History</description>
    </item>
    <item rdf:about="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=codeplain_actiontype&amp;amp;rev=1187591757&amp;do=diff1187591757">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-20T08:35:57+01:00</dc:date>
        <dc:creator>Jonathan Gill</dc:creator>
        <title>codeplain_actiontype</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/doku.php?id=codeplain_actiontype&amp;amp;rev=1187591757&amp;do=diff1187591757</link>
        <description>A “Code - Plain” action is an action that you can write and execute C# code with.
 In order to see whether the code will compile, select the “Build\Compile” menu item. Any errors will be output to a message box. Unfortunately the line numbers in the  error messages currently do not match up with the actual lines in the script. This will be rectified in a future release.</description>
    </item>
    <item rdf:about="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=setup_actiontype&amp;amp;rev=1184668162&amp;do=diff1184668162">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-17T12:29:22+01:00</dc:date>
        <dc:creator>Jonathan Gill</dc:creator>
        <title>setup_actiontype</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/doku.php?id=setup_actiontype&amp;amp;rev=1184668162&amp;do=diff1184668162</link>
        <description>Setup Action

A setup action is an action that is used to establish a connection with a data source (eg. a SQL Server database). This connection is then used by other actions (like “SQL Script” and “Code - Modify Column” actions) to execute their code with. You can change the current connection by simply inserting a new setup action at the required position in the action tree.
 
 
 
 The fields are the usual SQL Server connection parameters (server, database, authentication type &amp; detail…</description>
    </item>
    <item rdf:about="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=action_types&amp;amp;rev=1184666321&amp;do=diff1184666321">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-17T11:58:41+01:00</dc:date>
        <dc:creator>Jonathan Gill</dc:creator>
        <title>action_types</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/doku.php?id=action_types&amp;amp;rev=1184666321&amp;do=diff1184666321</link>
        <description>SQLTree Action Types


 SQLTree currently supports these type of actions:

	*  Setup
	*  SQL Script
	*  Folder
	*  Code - Plain
	*  Code - Modify Column
	*  Global Variables</description>
    </item>
    <item rdf:about="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=folder_actiontype&amp;amp;rev=1184639175&amp;do=diff1184639175">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-17T04:26:15+01:00</dc:date>
        <dc:creator>Jonathan Gill</dc:creator>
        <title>folder_actiontype</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/doku.php?id=folder_actiontype&amp;amp;rev=1184639175&amp;do=diff1184639175</link>
        <description>Folder Action Type


 A Folder action just acts as an empty action you can use to group related actions together. You can give it a description for documentation purposes or to clarify what this group of actions is all about.
 
 A folder action will not do anything of itself when executed.</description>
    </item>
    <item rdf:about="http://www.sqltree.net/wiki/basis-cgi/doku.php?id=sqlscript_actiontype&amp;amp;rev=1184638769&amp;do=diff1184638769">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-17T04:19:29+01:00</dc:date>
        <dc:creator>Jonathan Gill</dc:creator>
        <title>sqlscript_actiontype</title>
        <link>http://www.sqltree.net/wiki/basis-cgi/doku.php?id=sqlscript_actiontype&amp;amp;rev=1184638769&amp;do=diff1184638769</link>
        <description>SQL Script Action


 A “SQL Script” action is an action that (big surprise...) lets you write and execute a SQL script.
 
 In order for it to run you will need to have a Setup Action in front of it. This ensures there is a valid data connection available to execute the SQL statements against.
 
 Separate SQL statements with a semi-colon (;), and batches with the “GO” command (”GO” has to be followed by a newline in order to work).
 Comments are prefixed with either two dashes (--) or…</description>
    </item>
</rdf:RDF>
