Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~786 People Reached
Favorite Tags
Member Avatar for kory27

I am exporting a product table. I am exporting to a txt, tab delimited. I got the following error; Error 0xc020802e: Data Flow Task: The data type for "input column "ProductLink" (262)" is DT_NTEXT, which is not supported with ANSI files. Use DT_TEXT instead and convert the data to DT_NTEXT …

0
48
Member Avatar for kory27

Hello everyone, I am switching my host and have cf setup and reading/verifying test connection in the program my host uses, which is Plesk. When I go to the site to test it at [url]http://64.38.48.124/[/url] i get the following error message; [COLOR="Red"]Error Occurred While Processing Request The datasource named urbanposters …

0
68
Member Avatar for kory27

Hello All, I have maintained yahoo/google campaigns for 6+ years, with less than 2K terms. I am about to launch new campaigns with 50K+ terms, all unique. Now, I have always liked maintaining the ad on the keyword level to maintain the most control over the amount spent and ROI. …

Member Avatar for selfhelpebooks
0
101
Member Avatar for kory27

I recently started using a remote image url to power my thumbnails on my website. i noticed a significant, but not across the board, slowdown in page load times. i ran an sql monitor and nothing is showing that would cause the issue, so i am wondering; 1. Would a …

Member Avatar for kory27
0
124
Member Avatar for kory27

Does anyone know of a good slideshow component or snippet for cf? basically i would just like to rotate a few thumbnail size images in a featured area of my website. thanks.

Member Avatar for kory27
0
190
Member Avatar for kory27

Hi. I have two sets of code below. The first is part of my old code off a page called item.cfm. the second is the same code, but i have attempted to change the destination link to a url i have stored in my database for the button btnaddtocart.gif. that …

Member Avatar for cmhampton
0
66
Member Avatar for kory27

I had the following stored procedure calling from a .cfm page via the following cfquery command; this is the cfquery code on my cfm page: [code]<cfquery name="GetProduct" datasource="Allposters3" cachedwithin="#CreateTimeSpan(0,4,0,0)#"> {CALL spNavProducts (#NavID#)}</cfquery>[/code] below here is the actual sql from spNavProducts which is called: [code]set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go …

Member Avatar for cmhampton
0
74
Member Avatar for kory27

Hi. I am running cf7 and have a problem. in my application.cfm i have this; <cfparam name="application.ImgPath" default="http://www.urbanposters.com/images/"> <cfparam name="application.TImgPath" default="http://www.urbanposters.com/images/thumbnails/"> <cfparam name="application.TImgPath2" default="http://www.urbanposters.com/images/thumbnails/"> <cfparam name="application.DImgPath" default="http://www.urbanposters.com/images/detail_images/"> Basically, they are the paths of my full size and thumbnail images. I am changing the way we are doing things, and the …

0
58
Member Avatar for kory27

Hello. Does anyone have a good solution or code snippet for on the fly image resizing? basically, here is my issue. i have a product feed and the provider gives the url to the image, and the size of the thumbnail. i want to create the thumbnail on my pages …

0
57