<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
	>

<channel>
	<title>odbcpowerpack-release Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/tag/odbcpowerpack-release/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/tag/odbcpowerpack-release/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Mon, 21 Sep 2020 19:22:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>

<image>
	<url>https://zappysys.com/blog/wp-content/uploads/2023/01/cropped-zappysys-symbol-large-32x32.png</url>
	<title>odbcpowerpack-release Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/tag/odbcpowerpack-release/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ODBC PowerPack 1.3.0 released</title>
		<link>https://zappysys.com/blog/odbc-powerpack-1-3-0-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Mon, 21 Sep 2020 19:22:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[odbcpowerpack-release]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=9139</guid>

					<description><![CDATA[<p>Version 1.3.0.10909 [Sep 16, 2020] This version brings brand new JDBC Bridge driver which can connect data using any JDBC Driver in  ODBC Apps (e.g. Excel). Many vendors dont provide ODBC Driver because its expensive and complex to build so they simply supply you Java based JDBC Driver, however these JDBC drivers work only with [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-3-0-released/">ODBC PowerPack 1.3.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="vertitle">Version 1.3.0.10909 [Sep 16, 2020]</h2>
<p>This version brings brand new JDBC Bridge driver which can connect data using <a href="https://github.com/search?q=jdbc" target="_blank" rel="noopener">any JDBC Driver</a> in  ODBC Apps (e.g. Excel). Many vendors dont provide ODBC Driver because its expensive and complex to build so they simply supply you Java based JDBC Driver, however these JDBC drivers work only with Java based Apps and not in apps which are written in other systems (i.e. .net or C++). For example Excel, Informatica cant consume data from JDBC Driver directly. This is where you can use ZappySys JDBC Bridge Driver for ODBC Compliant Apps or Consume data in SQL Server via Data Gateway.</p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>JDBC Bridge Driver &#8211; New driver allows to read data using any JDBC driver in ODBC Apps or SQL Server via Gateway</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Add Advanced Pagination Options on UI</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Add optional Parameter (3rd Argument) in json_value function to Throw Error when no match found for supplied JSON Path Expression</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Add support for EnableBodyCompression</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Allow File Upload Request in AWS API Provider (IsMultiPart=True)</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Allow to use Placeholder functions in URL JOIN (e.g. [$alias.somecolumn,FUN_TRIM$] )</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; HTTP Connection &#8211; For Dynamic Token option when Auth Scheme contains space do not suffix another space (e.g. MyAuthScheme sess-id=)</li>
<li><span class="verAdded">NEW: </span>General &#8211; Add support to check for Product Update</li>
<li><span class="verAdded">NEW: </span>General &#8211; Some unhandled exceptions on UI not caught</li>
<li><span class="verAdded">NEW: </span>General &#8211; Enforce License manager to run as Admin to avoid license activation issues</li>
<li><span class="verAdded">NEW: </span>General &#8211; Add new functions LOWER, UPPER, FUN_UNIX_TIMESTAMP_TO_DATE (When input is Seconds format) and FUN_UNIX_TIMESTAMP_MS_TO_DATE (When input is Milliseconds format)</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; HTTP Connection &#8211; Allow option to set DynamicToken request as Form-Data (Multi-Part) request</li>
<li><span class="verAdded">NEW: </span>XML Driver &#8211; Add Culture Option &#8211; Support for parsing Culture Specific Numbers (e.g. in Finland &#8211; 1000,50 should be treated as decimal)</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Allow to pass non standard date format for If-Modified-Since Header (Xero API Usecase) &#8211; suffix date value with -raw to allow custom format (i.e. If-Modified-Since : 2020-12-31-raw)</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; OAuth Connection &#8211; AWS v4 Provider &#8211; Allow to Supply Custom Region</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Various drivers using ISO date formats may use wrong date format for some cultures where Time Separator is dot (i.e. Finland Culture fi-FI)</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Add support for functions in ORDER BY Clause</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Always first parameter value is used in custom stored proc</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Column DataType is detected as String When first value in first row is NULL</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; DROP PROCEDURE statement doesn&#8217;t remove Stored Proc from Storage</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; For certain Regional Settings (e.g. Finland) you might get error &#8211; Parser error: String was not recognized as a valid DateTime</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; IncludeParentColumns , TreatBlankXXXXAsNull Options not saved when you close UI</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Milliseconds part is removed from extended query output</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; On Preview Tab &#8211; You may get error when you click on Table dropdown &#8211; Value cannot be null &#8211; Parameter name: first</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Prompt for unsaved changes on Custom Objects UI</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; SupportCompression setting not saved</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; User running fragments of SQL assuming it runs full SQL and got error expected : EXEC, DROP, CREATE, SELECT, INSERT, UPSERT, UPDATE, DELETE, ;</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; When input is NULL for Regex_Search then it should return NULL rather than Blank String</li>
<li><span class="verFixed">FIX: </span>All CSV Drivers &#8211; Column Delimiter is not Saved if you enter custom value (other than found in dropdown)</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; OdbcConnection GetTables method doesnt work</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; When you use custom Meta String Type column it may return numeric data in Culture Specific Format rather than Invariant format (e.g. for Finland Region it may return 1234,50 rather than 1234.50)</li>
<li><span class="verFixed">FIX: </span>CSV, XML Driver &#8211; In some cultures (e.g. Finland) Decimal type is detected as String</li>
<li><span class="verFixed">FIX: </span>Data Gateway &#8211; You might get error &#8220;Protocol Error in TDS stream&#8221; with Large Files (More than 40MB)</li>
<li><span class="verFixed">FIX: </span>General &#8211; SQL UDF not throwing error in some function when its desired (e.g. Invalid File Path should throw error)</li>
<li><span class="verFixed">FIX: </span>JSON Driver &#8211; Order By is not working while reading local file</li>
<li><span class="verFixed">FIX: </span>JSON Driver &#8211; Clicking on Table dropdown on Preview Tab might throw error &#8211; Value cannot be null. Parameter name: first</li>
<li><span class="verFixed">FIX: </span>XML Driver &#8211; Parsing Decimal might throw error in Extended Queries &#8211; Input string was not in a correct format</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-3-0-released/">ODBC PowerPack 1.3.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
