Tutorials, Downloads, and Sample Applications     SQLAjax Whitepaper    Related Links        Contact Us          

Thank you for choosing to download the SQLAjax code libraries! You have chosen to dramatically improve your web development by using AJAX and SQL stored procedures.

The SQLAJAX trial download libraries currently consist of the following five files, which you can download now as a .zip file:

  1. xAjaxClass.js - This opensource wrapper (originally named Taconite by its creators), greatly simplifies the use of AJAX.
  2. xTutorial1.htm and xTutorial2.htm showing how to call SQLAjax Message Repeater with AJAX, how to pass XML to your stored procedures, and how to receive JSON from them.
  3. xSQLAjaxTrial.ashx - Includes a 30-day license to use the simplified trial version of the SQLAjax Message Repeater for passing XML to SQL stored procedures.
  4. xreflection.sql and xsqlajaxtrial.sql - A 30-day license to use the "unsecured" trial version of our SQLAjax security gateway procedure.
  5. Full security and additional functionality is provided when you upgrade to the SQLAjax Developer Pak for just $395.00 USD. (Email sales2008x@sqlajax.com for ordering information)
     -- =============================================
    -- Author:	SQLAjax
    -- Create date: March 2006
    -- Description:	Tutorial/Utility procedure simply returns as a string
    --				whatever XML is passed in. This demonstrates
    --				the key SQLAjax concept of 
    --				"one string in - one string out"
    -- =============================================
    CREATE PROCEDURE xreflection 
	    @xmlin xml = null
    AS
    SELECT @xmlin