cfcontent problems

2003-09-02 Thread Watson, Nicholas
I have a library of files on my web site. All files are stored in a Microsoft SQL Server 2000 database. We are using the cfx_getimage custom tag to retrieve files from the database and then cfcontent to display the files. My problem is that we are getting a ton of socket write errors when the get

CFPOP and unicode-1-1-utf-7 Charset

2003-08-22 Thread Watson, Nicholas
I am getting an error when using CFPOP to retireve messages with the unicode-1-1-utf-7 Charset. The error is as follows: java.security.PrivilegedActionException: javax.mail.MessagingException: unicode-1-1-utf-7; nested exception is: java.io.UnsupportedEncodingException: unicode-1-1-utf-7 Any

Mach II. Is it faster than Fusebox 3?

2003-08-19 Thread Watson, Nicholas
Is Mach II faster than Fusebox 3? What are the advantages of Mach II over Fusebox 3. Thanks, Nicholas W. Watson Software Engineer Concurrent Technologies Corporation Phone: (814) 269-2653 Email: [EMAIL PROTECTED] ~| Archives:

Macromedia Support Programs

2003-08-14 Thread Watson, Nicholas
When you buy Macromedia support programs (Bronze, Silver, Gold), is it site support or per copy of ColdFusion? Thanks ahead of time for the help. Thanks, Nicholas W. Watson Software Engineer Concurrent Technologies Corporation Phone: (814) 269-2653 Email: [EMAIL PROTECTED]

MX Stability

2003-07-15 Thread Watson, Nicholas
have a web site that uses ColdFusion MX (updater 3), IIS 5 and SQL2000. The box that the site is on is a dual 1.0 Ghz PIIIs machine with 1 gig of ram. The database sits on a quad proccessor box with Xeons (Over 1 Ghz each, more than enough horsepower for the site). When my site gets crawled by a

RE: MX Stability

2003-07-15 Thread Watson, Nicholas
When you say publish to *static* cfm pages what do you mean. Doesn't cfcache accomplish this? Or does your content management system compile and publish the static cfm files on the Web site? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003

RE: MX Stability

2003-07-15 Thread Watson, Nicholas
How much is too much information in memory? If memory was not an obejct, at what point would ColdFusion become unstable? For example, if I load a query into a application scope variable that contains 200 records, and I use the query to build the navigation on my site each time a page is hit, will

RE: Cascading deletes ? in MS-SQL

2002-03-18 Thread Watson, Nicholas
When setting up relationships in Enterprise Manager, click on the Enforce relationship for INSERTs and UPDATES. Under that heading you can select either cascade updates or deletes. Nick -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:57 AM

RE: How do I conect a web server to a sql server?

2002-02-28 Thread Watson, Nicholas
If your Web server is outside you firewall (in a DMZ) and your database server is behind the firewall (Intranet) you may have to open a port in your firewall to allow your Web server to talk to your database server. Hope this helps, Nicholas W. Watson Software Engineer Concurrent Technologies

Pulling Files from Database

2002-02-25 Thread Watson, Nicholas
I'm building a ColdFusion front end for a application that was written in another language. All of the content, and the HTML for formatting that content (mostly bolds, italics, line breaks) is stored in a SQL 2000 database in an image field as an HTML file. Any ideas on how I can pull this

Forum Solutions

2002-02-20 Thread Watson, Nicholas
I'm looking for a forum solution that is ColdFusion and has similar functionality to ChatSpace's WebBoard. These features would include public and private conferences, public and private threads, and the ability to participate in a conference/thread via email. I would like to migrate to a

Sybase to MS SQL server and system tables

2001-07-13 Thread Watson, Nicholas
Currently I am migrating a web app from a Sybase database to a MS SQL server database. I have a admin section that allows administrators to print reports on table structures, stored procedures, triggers, functions, indexes and foreign keys. My problem is that I can't find any information on where