<?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>Miva Merchant HostingSQL Query &#187; Miva Merchant Hosting</title>
	<atom:link href="http://www.morditech.com/mivablog/category/how-to/sql-query/feed" rel="self" type="application/rss+xml" />
	<link>http://www.morditech.com</link>
	<description>Ecommerce Software &#38; E-commerce Hosting Solutions - Miva Merchant</description>
	<lastBuildDate>Sun, 13 Nov 2011 11:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Export ADS Image Extra Information to an Excel file</title>
		<link>http://www.morditech.com/how-to/395.html</link>
		<comments>http://www.morditech.com/how-to/395.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:45:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Miva Merchant Modules]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=395</guid>
		<description><![CDATA[The Image Extra module by ADS does not come with a stock export utility so I have written instructions to export the Image Extra settings to a file using phpMyAdmin These instructions assume you have access to your Miva Merchant database via phpMyAdmin. Open phpMyAdmin and select your Miva Merchant database Select the ‘SQL’ tab [...]]]></description>
			<content:encoded><![CDATA[<p>The Image Extra module by ADS does not come with a stock export utility so I have written instructions to export the Image Extra settings to a file using phpMyAdmin</p>
<p>These instructions assume you have access to your Miva Merchant database via phpMyAdmin.</p>
<ol>
<li>Open phpMyAdmin and select your Miva Merchant database</li>
<li>Select the ‘SQL’ tab</li>
<li>Copy and paste the following text into the text area (If your store is not ‘s01’ then you should update the query to reflect the correct store). This query checks to see that there is information in the Image1 URL. If there is no data in that field then it will not export the data</li>
<p><code>SELECT *<br />
FROM s01_ADS_IEProdImgs,s01_Products<br />
WHERE s01_ADS_IEProdImgs.id = s01_Products.id<br />
and s01_ADS_IEProdImgs.img1 &gt; '0'</code></p>
<li>When the results are displayed scroll to the bottom and click ‘export’</li>
<li>If you use Excel then use the following settings:
<ul>
<li>CSV for MS Excel</li>
<li>Check ‘put field names in the first row</li>
<li>Check save as file</li>
<li>Click go</li>
<li>Save the file to your computer and you can then open it in MS Excel, edit it, then import it using the ADS Image Extra Import utility.</li>
</ul>
</li>
</ol>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/how-to/395.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

