<?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>DNN problem while executing files &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/dnn-problem-while-executing-files/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Fri, 21 Sep 2012 10:42:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>DNN has problems while executing SQL file</title>
		<link>https://www.searchenginegenie.com/programming-blog/dnn-has-problems-while-executing-sql-file/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/dnn-has-problems-while-executing-sql-file/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Mon, 24 Nov 2008 12:48:00 +0000</pubDate>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[DNN problem while executing files]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/dnn-has-problems-while-executing-sql-file/</guid>

					<description><![CDATA[Are You facing a problem with DNN while you try to install a module? Is DNN having problems in executing your file even it runs perfectly in Query Analyzer? For example If you have this line set @var = @var+ 1. DNN fails to execute it. If you remove the blanks like set @var=@var+1 DNN [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span id="ctl00_CPH_centerFront_ctl27_PageList1"><span>Are You facing a problem with DNN while you try to install a module?</p>
<p>Is DNN having problems in executing your file even it runs perfectly in Query Analyzer?</p>
<p>For example</p>
<p>If you have this line</p>
<p>set @var = @var+ 1.</p>
<p>DNN fails to execute it.</p>
<p>If you remove the blanks like</p>
<p>set @var=@var+1</p>
<p>DNN will truncates it to</p>
<p>set @var=@var<span id="ctl00_CPH_centerFront_ctl27_PageList1"><span>Solution:</p>
<p><span id="ctl00_CPH_centerFront_ctl27_PageList1"><span><span id="ctl00_CPH_centerFront_ctl27_PageList1"><span>This  problem is due to the format of the sqldataprovider you are trying to upload.</p>
<p>Check the format of <span id="ctl00_CPH_centerFront_ctl27_PageList1"><span><span id="ctl00_CPH_centerFront_ctl27_PageList1"><span><span id="ctl00_CPH_centerFront_ctl27_PageList1"><span><span id="ctl00_CPH_centerFront_ctl27_PageList1"><span>sql script files.</span></span></span></span></span></span></span></span></p>
<p>DNN requires its sql script files to be in a unicode format.</p>
<p></span></span></span></span></p>
<p>1. Open sql script in Notepad;</p>
<p>2. Goto File &gt; Save As</p>
<p>3. Save the file file over the existing sql script however specify the file type as Unicode.</p>
<p>DNN should now execute the script correctly.</p>
<p>Do not forget to replace the dbo. with {databaseOwner} and prefix table name with the {objectQualifier} tag</p>
<p></span></span></p>
<p></span></span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/dnn-has-problems-while-executing-sql-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-08-04 04:56:18 by W3 Total Cache
-->