<?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 : Pull data from PC database in ASP</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Pull data from PC database in ASP]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 12:11:22 +0000</pubDate>
  <lastBuildDate>Wed, 08 May 2013 18:45:33 +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=5551</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[Pull data from PC database in ASP :    All of the setting you need...]]></title>
   <link>https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21268.html#21268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1222">razor150</a><br /><strong>Subject:</strong> 5551<br /><strong>Posted:</strong> 08-May-2013 at 6:45pm<br /><br />All of the setting you need to create a connection to the database are contained in the product cart files for your site. They are pretty easy to pick out by in the page files if you know what you are doing. They are all include files mostly at the top of the page that are brought in from the includes directory.&nbsp;<div><br></div><div>However, if you don't know what you are doing, and that is what it sounds like since you don't know how to make a connection to your database, I really wouldn't recommend you doing it. You can open yourself up to an SQL injection or any number of things that can put your customer's information at risk to hackers and your server at risk. It isn't worth the risk if you don't know how to secure your asp code. I would strongly suggest you go with one of the developers who make add ons for Product Cart.&nbsp;</div><div><br></div><div>The company I work for uses WMS and Grey Beard for anything we don't have the time to do or can't do in house. We highly recommend them, but any of the developers here can do what you are asking.</div><span style="font-size:10px"><br /><br />Edited by razor150 - 08-May-2013 at 6:47pm</span>]]>
   </description>
   <pubDate>Wed, 08 May 2013 18:45:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21268.html#21268</guid>
  </item> 
  <item>
   <title><![CDATA[Pull data from PC database in ASP : Mark,You could try something like...]]></title>
   <link>https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21222.html#21222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2958">Terry_Humphrey</a><br /><strong>Subject:</strong> 5551<br /><strong>Posted:</strong> 23-April-2013 at 11:18am<br /><br />Mark,<br><br>You could try something like this... <br>http://wiki.earlyimpact.com/widgets/productcart_ecommerce_widget<br><br>Using the dynamic publishing option with a little CSS and code customizations might be the quickest way to get you what you are looking for.&nbsp; If not, there are several companies on this forum that offer customizations, including us.<br><br>The ProductCart Team<br><br>Home of ProductCart <a href="http://www.productcart.com" target="_blank" rel="nofollow">shopping cart software</a><br>&nbsp;<br>]]>
   </description>
   <pubDate>Tue, 23 Apr 2013 11:18:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21222.html#21222</guid>
  </item> 
  <item>
   <title><![CDATA[Pull data from PC database in ASP : It&amp;#039;s very easy to do. Just...]]></title>
   <link>https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21221.html#21221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 5551<br /><strong>Posted:</strong> 22-April-2013 at 10:21pm<br /><br />It's very easy to do. Just find the database code and you can connect and run whatever query you want. I'm not sure about the security implications of this, so be sure to properly research that aspect of it. ]]>
   </description>
   <pubDate>Mon, 22 Apr 2013 22:21:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21221.html#21221</guid>
  </item> 
  <item>
   <title><![CDATA[Pull data from PC database in ASP : First, I guess it would be MSSQL...]]></title>
   <link>https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21204.html#21204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=204">MGatESS</a><br /><strong>Subject:</strong> 5551<br /><strong>Posted:</strong> 17-April-2013 at 4:20pm<br /><br />First, I guess it would be MSSQL (my host: JoltDigital.com has listed MySQL and MSSQL management) if that is the other database that ProductCart runs on besides MS Access. &nbsp;Currently have an MS Access database for our ProductCart, but we may change in the future to a SQL database (having some issues with the cart system that may be related to using an Access database).<div><br></div><div>Second, I thought I was fairly descriptive of what I wanted to do. &nbsp;I wanted to know what ASP coding I would need to employ to access the ProductCart database to pull specific field's data in a product record. &nbsp;They are as follows:</div><div><ol><li>Thumbnail image (database field label: smallImageUrl)</li><li>Product name/title (database field label: description)</li><li>Retail Price (database field label: price)</li><li>Short description (database field label: sDesc)</li></ol><div>The table in the ProductCart Access database is titled "products". &nbsp;Is there some kind of security protocol that would need to be filtered through in order to pull and display the data in the record field? &nbsp;I ask because I think the database is protected on the server or else ANYONE could access the database outside of ProductCart.</div></div><div><br></div><div>Hope this clarifies what I wanted to do.</div>]]>
   </description>
   <pubDate>Wed, 17 Apr 2013 16:20:15 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21204.html#21204</guid>
  </item> 
  <item>
   <title><![CDATA[Pull data from PC database in ASP : Did you mean MS SQL, or really...]]></title>
   <link>https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21170.html#21170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5551<br /><strong>Posted:</strong> 04-April-2013 at 1:19am<br /><br />Did you mean MS SQL, or really meant MySQL?<div><br></div><div>I am not aware of anyone attempting to run PC on MySQL. I would not hold out much hope there as there are some really complex SQL queries (search results itself is a real doozie!) in PC and I am quite sure that there would be significant syntax differences between the way MySQL handles some of the more advanced SQL syntax.</div><div><br></div><div>As for the rest, it's all pretty straight forward stuff for any developer, even a novice. However, your question is way to vague for anyone here to help other than to say that the home page is already full of examples for exactly what you have in your screenshot.</div><div><br></div><div>I'd have to assume that you are looking to query the db for something other than featured products, specials, new arrivals or best sellers (standard options). First we would need to know what criteria you are using to query the db to return a record set for (I dunno? top rated products? Products from some category subset? Clearance/low stock?).</div><div><br></div><div>If you could at least provide the criteria for generating the record set, one of us might be able to help you further.</div>]]>
   </description>
   <pubDate>Thu, 04 Apr 2013 01:19:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21170.html#21170</guid>
  </item> 
  <item>
   <title><![CDATA[Pull data from PC database in ASP : Have recently upgraded to PC v4.6.I...]]></title>
   <link>https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21164.html#21164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=204">MGatESS</a><br /><strong>Subject:</strong> 5551<br /><strong>Posted:</strong> 02-April-2013 at 4:44pm<br /><br />Have recently upgraded to PC v4.6.<div><br></div><div>I want to know if there is a way to grab product record fields to display certain aspects of the product record on another ASP web page outside of the ProductCart folder/pages.</div><div><br></div><div>I want to pull the data fields from a product record that hold the Name, Short Description, Online Price and Thumbnail Image. &nbsp;I want to use the data in these to display them on my main default.asp page in the root (first page people see when they type in the URL). &nbsp;I wanted to pull it from the PC database the same way that ProductCart pulls it so no matter what type of database (have Access DB now and looking to change to MySQL) or the changes to the product, it will display on my default site page.</div><div><br></div><div>I made a screenshot of the page I'm working on and highlighted an annotated the area and layout of the product data that I'd like to populate from the ProductCart store database:</div><div><br></div><div><img src="http://www.endoscopy.com/images/hotlinkers/2013_&#070;ormat01_Annotated.jpg" height="484" width="640" border="0" /><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 02 Apr 2013 16:44:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/pull-data-from-pc-database-in-asp_topic5551_post21164.html#21164</guid>
  </item> 
 </channel>
</rss>