<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mertech Flex2SQL Tech Blog</title>
	
	<link>http://blog.flex2sql.com</link>
	<description>Tech Tips, articles and resources related to Mertech's Flex2SQL product</description>
	<lastBuildDate>Tue, 15 May 2012 18:27:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Flex2SQLTechBlog" /><feedburner:info uri="flex2sqltechblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Execute a Stored Function using the SQL_SET_FUNCTION_NAME Command</title>
		<link>http://feedproxy.google.com/~r/Flex2SQLTechBlog/~3/rWtdJTfIf7w/</link>
		<comments>http://blog.flex2sql.com/index.php/2012/05/execute-a-stored-function-using-the-sql_set_function_name-command/#comments</comments>
		<pubDate>Fri, 11 May 2012 17:44:28 +0000</pubDate>
		<dc:creator>helenh</dc:creator>
				<category><![CDATA[Development Tools]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=678</guid>
		<description>SQL_SET_FUNCTION_NAME
The SQL_SET_FUNCTION_NAME command allows you to execute a previously stored function.
Call SQL_SET_FUNCTION_NAME passing the function name and number of parameters the function is expecting. Next, pass each parameter individually using SQL_SET_FUNCTION_PARAMETER. Once all parameters are passed, execute the function with SQL_FUNCTION_EXECUTE. Finally, retrieve the result through a call to the SQL_GET_FUNCTION_RETURN.

DataFlex code example:
String sPar1
Number iPar2
Date [...]&lt;img src="http://feeds.feedburner.com/~r/Flex2SQLTechBlog/~4/rWtdJTfIf7w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2012/05/execute-a-stored-function-using-the-sql_set_function_name-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flex2sql.com/index.php/2012/05/execute-a-stored-function-using-the-sql_set_function_name-command/</feedburner:origLink></item>
		<item>
		<title>Restore Codejock Controls to Resolve Flex2SQL GUI Runtime Error</title>
		<link>http://feedproxy.google.com/~r/Flex2SQLTechBlog/~3/x5hUODeoqDY/</link>
		<comments>http://blog.flex2sql.com/index.php/2012/05/restore-codejock-controls-to-resolve-flex2sql-gui-runtime-error/#comments</comments>
		<pubDate>Fri, 11 May 2012 16:57:26 +0000</pubDate>
		<dc:creator>helenh</dc:creator>
				<category><![CDATA[Development Tools]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=671</guid>
		<description>A few customers have reported unexpected problems running the Flex2SQL GUI. Error messages have been observed indicating that the TERMLIST.CFG file is missing
 
and/or that an unhandled program error occurred.
 
The Problem
This problem occurs if VDF15.0 is uninstalled. Required runtime files and Codejock OCX controls, which are used by the Flex2SQL menus, are removed when VDF15.0 is [...]&lt;img src="http://feeds.feedburner.com/~r/Flex2SQLTechBlog/~4/x5hUODeoqDY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2012/05/restore-codejock-controls-to-resolve-flex2sql-gui-runtime-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flex2sql.com/index.php/2012/05/restore-codejock-controls-to-resolve-flex2sql-gui-runtime-error/</feedburner:origLink></item>
		<item>
		<title>Fetching Multiple Resultsets using the SQL_NEXT_RESULT_SET Command</title>
		<link>http://feedproxy.google.com/~r/Flex2SQLTechBlog/~3/xEg11KCunF4/</link>
		<comments>http://blog.flex2sql.com/index.php/2012/05/sql_next_result_set/#comments</comments>
		<pubDate>Tue, 01 May 2012 15:39:05 +0000</pubDate>
		<dc:creator>helenh</dc:creator>
				<category><![CDATA[Development Tools]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=649</guid>
		<description>You can enter multiple SELECT statements in a stored procedure to retrieve multiple resultsets and then use SQL_NEXT_RESULT_SET in the client code to position the reader to these resultsets.
SQL_NEXT_RESULT_SET iterates through the resultsets in order when multiple resultsets are returned. SQL_NEXT_RESULT_SET returns 0 (FALSE) if there are no more resultsets and a nonzero value (TRUE) otherwise.

Stored [...]&lt;img src="http://feeds.feedburner.com/~r/Flex2SQLTechBlog/~4/xEg11KCunF4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2012/05/sql_next_result_set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flex2sql.com/index.php/2012/05/sql_next_result_set/</feedburner:origLink></item>
		<item>
		<title>Working with new SQL Server 2008 data types</title>
		<link>http://feedproxy.google.com/~r/Flex2SQLTechBlog/~3/X1A1whjerGY/</link>
		<comments>http://blog.flex2sql.com/index.php/2011/10/working-with-new-sql-server-2008-data-types/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:07:00 +0000</pubDate>
		<dc:creator>Riaz Merchant</dc:creator>
				<category><![CDATA[Development Tools]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=640</guid>
		<description>DataFlex only supports five physical data types: NUMERIC, ASCII, DATE, TEXT and BINARY. The sixth, OVERLAP, is a logical type which maps to any one of the physical types.  In the SQL world however, there are many different data types that the driver has to support. This is especially important when you are connecting [...]&lt;img src="http://feeds.feedburner.com/~r/Flex2SQLTechBlog/~4/X1A1whjerGY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2011/10/working-with-new-sql-server-2008-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flex2sql.com/index.php/2011/10/working-with-new-sql-server-2008-data-types/</feedburner:origLink></item>
		<item>
		<title>New Feature: Lazy Open Mode</title>
		<link>http://feedproxy.google.com/~r/Flex2SQLTechBlog/~3/J7kFATMR-Tk/</link>
		<comments>http://blog.flex2sql.com/index.php/2011/09/new-feature-lazy-open-mode/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 22:33:25 +0000</pubDate>
		<dc:creator>kristenb</dc:creator>
				<category><![CDATA[Current Releases]]></category>
		<category><![CDATA[Flex2SQL]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=637</guid>
		<description>Mertech’s new Lazy Open mode feature is designed to improve an application&amp;#8217;s initialization performance by deferring table setup. Lazy Open mode delays the setup of table metadata (table, columns, indexes description) in memory until a field is accessed, even if an OPEN command is issued.
Lazy Open mode is particularly useful for applications that open a [...]&lt;img src="http://feeds.feedburner.com/~r/Flex2SQLTechBlog/~4/J7kFATMR-Tk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2011/09/new-feature-lazy-open-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flex2sql.com/index.php/2011/09/new-feature-lazy-open-mode/</feedburner:origLink></item>
	</channel>
</rss>

