<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Upgrading from Access to SQL</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Getting Started : Upgrading from Access to SQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 15:17:31 +0000</pubDate>
  <lastBuildDate>Thu, 26 Apr 2007 09:58:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=615</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Upgrading from Access to SQL : FWIW, I paid Early Impact to perform...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post2231.html#2231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=21">amgqmp1</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 26-April-2007 at 9:58am<br /><br /><P>FWIW, I paid Early Impact to perform the DB conversion from Access to MSSQL 2000...and it was well worth every penny.&nbsp; I'm of the impression the system I run is a bit "unusual" for a productcart installation...but, they made the migration pretty painless. <IMG src="https://forum.productcart.com/smileys/smiley32.gif" border="0"></P><P>Then I turned around and migrated it to MSSQL 2005 myself a couple weeks later.<BR><BR>If they still offer the service, I'd consider paying to have it done.&nbsp; The price was incredibly reasonable, you'll be supporting the ProductCart developers, and they have quite a bit more experience converting their own DB between formats than anyone else. <IMG src="http://www.earlyimpact.com/forum/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 09:58:15 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post2231.html#2231</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrading from Access to SQL : The setting for the scDB variable...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post2050.html#2050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=119">cognecy</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 12-March-2007 at 2:49pm<br /><br /><P>The setting for the scDB variable woudl be:</P><P>private const scDB="SQL"</P><P>The complete string should look&nbsp;like this:</P><P>&lt;%private const scCrypPass="<FONT color=#000066><strong><EM><U>your_product_cart_Key</U></EM></strong></FONT>"<BR>private const scDSN="Provider=sqloledb;Data Source=<FONT color=#000066><EM><strong><U>url.yourserver.com</U></strong></EM></FONT>,1433;Initial Catalog=<strong><EM><U><FONT color=#000066>your_DB_Name</FONT></U></EM></strong>;User Id=<strong><EM><U><FONT color=#000066>your_user_id</FONT></U></EM></strong>;Password=<FONT color=#000066><strong><EM><U>your_password</U></EM></strong></FONT>;"<BR>private const scDB="SQL"<BR>private const scStoreURL="<A href='http://your_store_url.com"%' target="_blank">http://<EM><strong>your_store_url.</strong></EM>com"%</A>&gt;</P><P>Please note that you should never connect to an SQL db using an IP address (always use a URL (your hosting provider will provide this).</P><P>If you have any questions about this process feel free to contact me any time (just not at 2:00 AM in the morning please).</P><P>Mark Shipp<BR>214-206-8910 (Office Line - GMT-6:00)<BR><A href="mailto:mark@cognecy.com" target="_blank">mark@cognecy.com</A></P>]]>
   </description>
   <pubDate>Mon, 12 Mar 2007 14:49:02 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post2050.html#2050</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrading from Access to SQL : I am trying to move the DB from...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post2049.html#2049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=438">igurv</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 12-March-2007 at 12:20pm<br /><br /><P>I am trying to move the DB from Access to MS SQL - what should be the settings for the variable scDB, changed to and do i need to make changes to SSL link, where would I find that?</P><P>Thanks Gurv</P><P>private const scCrypPass="sdfhsdfkshf98werwreiwerjv"<BR>'private const scDSN="DRIVER={Microsoft Access Driver (*.mdb)};DBQ=d:\hosting\chque\ProductCart\dbcedfwb\EI27.mdb"<BR>'private const scDSN="Provider=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=d:\hosting\chque\ProductCart\dbcwb\EI27.mdb;User Id=;Password=;"<BR>private const scDSN= driver={SQL  Server};server="&amp;address&amp;";uid="&amp;username&amp;"; pwd="&amp;password&amp;";database="&amp;database <BR>private const scDB="Access"<BR>private const scStoreURL= " http://ww.xx.com"</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 12 Mar 2007 12:20:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post2049.html#2049</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrading from Access to SQL : blueshire and igurv, Upgrading...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1926.html#1926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=119">cognecy</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 14-February-2007 at 1:02pm<br /><br /><P>blueshire and igurv,</P><P>Upgrading from Access to SQL is not a trivial process.&nbsp; My experience is that the upsizing wizard built into Access is not that good.&nbsp; Problem with Upsizing is that it will try to re-create the Table Schema for the&nbsp;SQL side which will cause problems when you try to run the store.&nbsp;You are much better off migrating just the data into an SQL database that is already populated with the correct tables and has the correct schema.&nbsp; As I said before, even moving the data is not trivial because you are dealing with Foreign Key Constraints that will not allow you to move all the tables at once.&nbsp; The best example of this I can give you is that you cannot populate the data for orders until you have the products data and customers data in&nbsp;because&nbsp;one table relies on the other.&nbsp; This is the case with many of the tables and those relevant relationships are different for each store depending on which features you are using and are not using.&nbsp;</P><P>There are many other considerations and things to be aware of when migrating your store from Access to MSSQL but honestly, it would take me a very long time to list them all.&nbsp; </P><P>After spending several weeks learning how to migrate our own store over to SQL, we started doing these migrations for other ProductCart Customers and have done a very good job at this.&nbsp; </P><P>If you are interested, my company is Cognecy Solutions, LLC and we can do your conversion from Access to MSSQL.</P><P>Please see our post in the Partner Offers thread for details.&#091; <A href="http://www.earlyimpact.com/forum/forum_topics.asp?FID=14" target="_blank">http://www.earlyimpact.com/forum/forum_topics.asp?FID=14</A>&nbsp; &#093;<BR><BR><BR>Mark Shipp<BR>Chief Executive Manager<BR>Cognecy Solutions, LLC<BR><A href="mailto:mark@cognecy.com" target="_blank">mark@cognecy.com</A></P><span style="font-size:10px"><br /><br />Edited by cognecy - 14-February-2007 at 1:20pm</span>]]>
   </description>
   <pubDate>Wed, 14 Feb 2007 13:02:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1926.html#1926</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrading from Access to SQL : No, no responses as yet, although...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1828.html#1828</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=429">blueshire</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 01-February-2007 at 3:38pm<br /><br />No, no responses as yet, although I'm not in a hurry to upgrade, just bought the upgrade now since the $/£ conversion is great]]>
   </description>
   <pubDate>Thu, 01 Feb 2007 15:38:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1828.html#1828</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrading from Access to SQL : Did you had any response for this...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1826.html#1826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=438">igurv</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 01-February-2007 at 3:20pm<br /><br /><P>Did you had any response for this query, I am planning to do that same, anything to be aware of?</P><P>Thanks</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 01 Feb 2007 15:20:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1826.html#1826</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrading from Access to SQL : I am currently running PC 2.75...]]></title>
   <link>https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1777.html#1777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=429">blueshire</a><br /><strong>Subject:</strong> 615<br /><strong>Posted:</strong> 24-January-2007 at 4:59am<br /><br /><P>I am currently running PC 2.75 with Apparel/Gift addon running on an Access database.&nbsp; I have just purchased the upgrades to v3 but am considering since I'm undertaking a major upgrade I might as well upgrade to SQL server at the same time.</P><P>Has any one had any experience of this? any problems I should be aware of.&nbsp; I intend trying to upgrade fully to v3 within Access (via 2.76 first) and then use the Access upsizing wizard on the v3 database to move to SQL</P><P>Any tips would be greatly appreciated</P><P>Richard<BR><A href="http://www.blueshire.com" target="_blank">www.blueshire.com</A></P>]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 04:59:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/upgrading-from-access-to-sql_topic615_post1777.html#1777</guid>
  </item> 
 </channel>
</rss>