Sentra Commerce??

2003-09-11 Thread Michael J. Sammut
Does anyone know what happened to Sentra Commerce?  I am tried to do an install of for 
my license (I corrupted the DB big time) and I saw their site is no longer up?


Rizal if you are on this list, perhaps you remember our correspondence from some time 
ago?  My company had purchased a few licenses of Sentra Commerce.  I am in a dilemma.  
Since their server is gone, I cannot complete the setup routine for Sentra 
installation (I have a corrupt db I need to do a clean install).  I was hoping since 
you were the chief architect, you perhaps share some advice on how I can get up and 
running without the Sentra Server.

Regards,
Michael
  
 [EMAIL PROTECTED] 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


liver person like chat for cf?

2003-04-06 Thread Michael J. Sammut
Hi,

Does anyone know of any exisitng CF (or even Java) solutions that impliment
a Live Person like chat scenario for one-on-one chats for customer service?

Regards,
Michael

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Retrieving CFMX code from a db

2003-03-20 Thread Michael J. Sammut
Hello all,

I am in a quandry.  I am currently storing all my data in a SQL database
using XML for each record.  Once the data goes in I am coverting it to be
XML safe (i.e., span class=thistest/span is saved as lte;span
class=quot;thisquot;gte;testlte;/spangte;).

This leads me to my question.  I would like to be able to save CF code to
the database and upon retrieval parse the code.  So I have two issues that I
am running into issues with:

1. I am attempting to unformat the info saved in the XML format and convert
it back to readable code.
2. Parse the cold fusion code from the db to the screen.

Any thoughts on a good way to go about this?

Regards,
Michael J. Sammut

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Sorting XML without XSLT (Running it brain meltdown)

2003-03-11 Thread Michael J. Sammut
Hi again, 
I am reposting again in case anyone can elaborate on a solution.  I am running in to 
brain meltdown and simple cannot figure out how to manipulate this data.

I am storing XML in a SQL database and using 
GetContent.XmlFeed[getcontent.currentrow].contentdata.XmlChildren[1].date.XmlText as 
my retrieval method.  Everything is working fine however, in some cases I can not use 
XSLT because of some formatting limitations (actually client peculiarities).

Can anyone lend some help in explaining how I may sort this without XSLT?
 
My page looks like this so far:
 

 table cellspacing=0 cellpadding=0 width=100%
 cfloop query=getcontent
 cfif 
GetContent.XmlFeed[getcontent.currentrow].contentdata.XmlChildren[1].live.XmlText eq 
yes OR url.status eq live
  tr
  td valign=top 
nowrap#DateFormat(XmlUnFormat(GetContent.XmlFeed[getcontent.currentrow].contentdata.XmlChildren[1].date.XmlText),
 ' DD, ')#/td
  td valign=topa 
href=/index.cfm/page/#getcontent.label#.htm#Ucase(XmlUnFormat(GetContent.XmlFeed[getcontent.currentrow].contentdata.XmlChildren[1].common.label.XmlText))#/abrnbsp;br/td
 /tr
 /cfif
 /cfloop
 /table
  
It is working dandy, however, is there anyway I can sort this stuff (alpha, date, 
etc?) without XSLT?

THANK YOU VERY MUCH!!!



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Sort XML without XSLT?

2003-03-10 Thread Michael J. Sammut
I am successfully displaying data on the web site, however, in some cases I can not 
use XSLT because of some formatting limitations (actually client peculiarities).

My page looks like this so far:


 table cellspacing=0 cellpadding=0 width=100%
 cfloop index=i from=1 to=#getcontent.recordcount#
 cfif findnocase(live,list) AND live eq yes OR url.status eq live 
 tr
  td valign=top 
width=75#DateFormat(XmlUnFormat(GetContent.XmlFeed[i].contentdata.XmlChildren[i].date.XmlText),
 ' DD, ')#/td
  td valign=topa 
href=/index.cfm/page/#getcontent.label#.htm#Ucase(XmlUnFormat(GetContent.XmlFeed[i].contentdata.XmlChildren[i].common.label.XmlText))#/abrnbsp;br/td
 /tr
 /cfif
 /cfloop
 /table

It is working dandy, however, is there anyway I can sort this stuff (alpha, date, etc?)


Regards,
Michael J. Sammut

F O U R  E Y E S  P R O D U C T I O N S
 
think | plan | create :: web site design  development :: NYC
 
E. [EMAIL PROTECTED] | T: 718.254.9557 ext. 101 | F: 718.254.0399

W. http://www.foureyes.com



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Param a Node String?

2003-03-04 Thread Michael J. Sammut
I am befuddled and I hope some one can lend some advise.

I am going after a node in xml:

cfscript
Live=GetContent.XmlFeed[1].contentdata.XmlChildren[1].live.XmlText;
/cfscript

Then I am testing on it:

cfif Live eq yes
 #attributes.Data#
cfelse
Sorry this page is currently not available.
/cfif

My problem is that the node does not always exist and every way I try to
param it I get an error.  Does anyone know if I can param out
GetContent.XmlFeed[1].contentdata.XmlChildren[1].live.XmlText?

Am I missing the obvious?

Thanks!!


Regards,
Michael J. Sammut

F O U R  E Y E S  P R O D U C T I O N S

think | plan | create :: web site design  development

http://www.foureyes.com



- Original Message -
From: CF-Talk [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 12:01 PM
Subject: CF-Talk: Digest every 6 hours


 CF-Talk  04-Mar-03 Issue:253
 In this issue:
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  at commands AND coldfusion ?
  Check Links
  Database Connection
  HELP -- CFMX Very High Queued Requests/Hanging
  HELP -- CFMX Very High Queued Requests/Hanging
  HELP -- CFMX Very High Queued Requests/Hanging
  HELP -- CFMX Very High Queued Requests/Hanging
  Implementing a local 404 error handler.
  Merant and iso-latin-1
  ODBC Problems?
  ODBC Problems?
  OT: Free Mail Server
  Overriding Default Flash Gateway in Object tag
  Overriding Default Flash Gateway in Object tag
  Overriding Default Flash Gateway in Object tag
  Previous and Next in Page
  Previous and Next in Page
  Previous and Next in Page
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  Rich Text Editor
  site wide error handling
  site wide error handling
  site wide error handling
  SQL Help
  win 2000 professional for web server?
  win 2000 professional for web server?

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk-list V1 #169

2002-12-12 Thread Michael J. Sammut
We have it working on many shared sites.  It is a hog though.  It needs a
lot more hardware.  Java in general does.  IMHP  :)


Regards,
Michael J. Sammut, Partner  CTO

F O U R  E Y E S  P R O D U C T I O N S

think | plan | create :: web site design  development

http://www.foureyes.com

E. [EMAIL PROTECTED]
T: 718.254.9557 ext. 101
F: 718.254.0399

- Original Message -
From: CF-Talk [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 12, 2002 3:04 PM
Subject: CF-Talk-list V1 #169


 CF-Talk-list   Thu, 12 Dec 2002  Volume 1 : Number
169

 In this issue:

 RE: CFMX in shared hosting environment
 SOT: Found Some Code which Will Kill CF (Was: Pure Virtual Functi
on Call)


 --

 Date: Thu, 12 Dec 2002 14:12:33 -0500
 From: Matt Liotta [EMAIL PROTECTED]
 Subject: RE: CFMX in shared hosting environment
 Message-ID: 00ab01c2a212$6d11f680$6401a8c0@FREEWILL

 What was the one stupid mistake? Hopefully not informing their customers
 that CFMX doesn't work in a shared hosting environment.

 Matt Liotta
 President  CEO
 Montara Software, Inc.
 http://www.montarasoftware.com/
 888-408-0900 x901

  -Original Message-
  From: Bryan Stevenson [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, December 12, 2002 2:02 PM
  To: CF-Talk
  Subject: Re: CFMX in shared hosting environment
 
  FYI...I've replied to Mike offline regarding the ISP in question.
 They
  are
  a great ISP, but made 1 stupid mistake.  So I don't want anyone
 getting
  the
  wrong idea about them ;-)
 
  Bryan Stevenson B.Comm.
  VP  Director of E-Commerce Development
  Electric Edge Systems Group Inc.
  t. 250.920.8830
  e. [EMAIL PROTECTED]
 
  -
  Macromedia Associate Partner
  www.macromedia.com
  -
  Vancouver Island ColdFusion Users Group
  Founder  Director
  www.cfug-vancouverisland.com
  - Original Message -
  From: Mike Chambers [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Thursday, December 12, 2002 10:48 AM
  Subject: RE: CFMX in shared hosting environment
 
 
   could you tell us who your hosting provider is?
  
   and in general, when i comment on here it is within an official
   capacity. if it is not, then i will be very explicit in pointing
 that
   out.
  
   mike chambers
  
   [EMAIL PROTECTED]
  
-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 1:44 PM
To: CF-Talk
Subject: Re: CFMX in shared hosting environment
   
   
From: Jochem van Dieten
   
   

 They might comment, but I doubt it will be in an official
 capacity.

   
hehenot looking to hang anybody...just want to be able to
give the best
possible advice to our clients.  If it's not ready for shared
hosting...no
problem.just want to know for sure.
   
Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]
   
-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
   
   
  
 
 ~|
 Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
 Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 This list and all House of Fusion resources hosted by CFHosting.com. The
place for dependable ColdFusion Hosting.

 --

 Date: Thu, 12 Dec 2002 14:15:08 -0500
 From: Haggerty, Mike [EMAIL PROTECTED]
 Subject: SOT: Found Some Code which Will Kill CF (Was: Pure Virtual Functi
on Call)
 Message-ID: 8854B38A8521584C9AEACE2BD23D4F4B019E287C@MBDA-DC1

 To everyone on this list;

 Big thanks for the help in reference to the 'C++ Pure Virtual Function
Call'
 thread that began on this list about two weeks ago.

 The solution was a ultimately a tricky one; I ended up upgrading the
CF4.5.0
 box to CF5 and found I was able to eliminate 99% of the problems. But
 performance was still sub-optimal, and there was one page that was popping
 up on my error logs intermittently.

 I spent some time today going through that page line by line, and
discovered
 the following innoculous-looking lines of code (that the guy who owned
this
 project before me wrote):

 CFSET col1 = 123456789
 CFOUTPUT#numberformat(replace(decimalformat(col1), ,, , ALL),
 _.__)#/cfoutput

 They kill CF server dead. After being loaded about 10 - 20 times, the code
 will eat up all available

CF on Win2K adv server

2000-10-17 Thread Michael J. Sammut -- Four Eyes Productions -- think | plan | create

I have been running CF Enterprise 4.5 on Windows 2000 professional.  I
upgraded the system to Windows 2000 Advanced Server and reinstalled CF.
However, none of the CF services will start  (Well actually executive will
start, but not application or RDS)-- automatically or manually.  Has anyone
have any idea on why this would be happening?



Thank you,
Michael J. Sammut

F O U R  E Y E S  P R O D U C T I O N S

think | plan | create :: web site design  development

http://www.foureyesproductions.com
http://www.thinkplancreate.com

T: 718.254.9557  ext. 101
F: 718.254.0399




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: MySQL

2000-10-13 Thread Michael J. Sammut -- Four Eyes Productions -- think | plan | create

Try this url http://www.mysql.com/downloads/mysql-3.23.html  and this
download

Windows 95/98/NT/2000 (Intel)


BTW:  It works great and is tons of fun, especially for building local and
uploading.



Thank you,
Michael J. Sammut

F O U R  E Y E S  P R O D U C T I O N S

think | plan | create :: web site design  development

http://www.foureyesproductions.com
http://www.thinkplancreate.com

T: 718.254.9557  ext. 101
F: 718.254.0399



- Original Message -
From: "HappyToad.com" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, October 13, 2000 10:37 AM
Subject: MySQL


 Can anyone tell me which one of the following MySQL databases I need to
 download to use with Win 98 PWS or Win 2000 IIS?  I already downloaded the
 neccesary MyODBC file.


 Standard binary (tarball) distributions:

 HP-UX 10.20 [hp-hpux10.20-hppa1.1]
 IBM AIX (PowerPC) [ibm-aix4.2.1.0-powerpc]
 Linux (Intel libc6 systems) [pc-linux-gnu-i686]
 Sun Solaris (Intel) [pc-solaris2.7-i386]
 SGI Irix [sgi-irix6.3-mips]
 SGI Irix [sgi-irix6.5-mips]
 Sun Solaris (Sparc) [sun-solaris2.5.1-sparc]
 Sun Solaris (Sparc) [sun-solaris2.7-sparc]
 SCO UnixWare (Intel) [sco-sysv5uw7.1.0-i386]
 SCO UnixWare (Intel) [sco-sysv5uw7.1.0-i386-lcudk70]
 HP-UX 10.20 [hp-hpux10.20-hppa1.1-cc_aCC]
 SCO OpenServer (Intel) [pc-sco3.2v5.0.5-i386]
 IBM AIX (PowerPC) [ibm-aix4.3.2.0-powerpc]
 FreeBSD ELF (Intel) [unknown-freebsdelf4.0-i386]

 Standard binary RPMs:

 The server for i386 systems
 Benchmarks/tests using Perl DBI for i386 systems
 Client programs for i386 systems
 Include files and libraries for development for i386 systems
 Client shared libraries for i386 systems
 The server for alpha systems
 Benchmarks/tests using Perl DBI for alpha systems
 Client programs for alpha systems
 Include files and libraries for development for alpha systems
 Client shared libraries for alpha systems
 The server for mips systems
 Benchmarks/tests using Perl DBI for mips systems
 Client programs for mips systems
 Include files and libraries for development for mips systems
 Client shared libraries for mips systems

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: MySQL

2000-10-13 Thread Michael J. Sammut -- Four Eyes Productions -- think | plan | create

This is a multi-part message in MIME format.

--=_NextPart_000_046E_01C03507.5D092EE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

The version is pretty stable.  We have been working with it in house for =
some time.  Our typical scenario has been to use it only for development =
and upload the db to a Linux production server.



Thank you,
Michael J. Sammut

F O U R  E Y E S  P R O D U C T I O N S

think | plan | create :: web site design  development

http://www.foureyesproductions.com
http://www.thinkplancreate.com

T: 718.254.9557  ext. 101
F: 718.254.0399



- Original Message -=20
From: "HappyToad.com" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, October 13, 2000 11:03 AM
Subject: RE: MySQL


 Thanks I was looking in the stable files.
 Rich
=20
 -Original Message-
 From: Ryan [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 13, 2000 10:45 AM
 To: CF-Talk
 Subject: Re: MySQL
=20
=20
 At 10:37 10/13/00 -0400, you wrote:
 Can anyone tell me which one of the following MySQL databases I need =
to
 download to use with Win 98 PWS or Win 2000 IIS?  I already =
downloaded the
 neccesary MyODBC file.
=20
 Get it from this page:
 http://www.mysql.net/downloads/mysql-3.23.html
 Specifially, this link:
 http://www.mysql.net/Downloads/MySQL-3.23/mysql-3.23.25-beta-win.zip
=20
 -RPS
=20
 =
-=
---
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 =
http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dlists/cf_ta=
lk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' =
in
 the body.
=20
 =
-=
-
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit =
http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dlists/cf_ta=
lk or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in the body.

--=_NextPart_000_046E_01C03507.5D092EE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3017.1000" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY
DIVFONT face=3DArial size=3D2The version is pretty stable.nbsp; We =
have been=20
working with it in house for some time.nbsp; Our typical scenario has =
been to=20
use it only for development and upload the db to a Linux production=20
server./FONT/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
DIVBRFONT face=3DArial size=3D2Thank you,BRMichael J.=20
SammutBRBRF O U =
Rnbsp; E Y=20
E Snbsp; P R O D U C T I O N S/FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2think | plan | create :: web site =
design amp;=20
development/FONT/DIV
DIVnbsp;/DIV
DIVA href=3D"http://www.foureyesproductions.com"FONT face=3DArial=20
size=3D2http://www.foureyesproductions.com/FONT/ABRA=20
href=3D"http://www.thinkplancreate.com"FONT face=3DArial=20
size=3D2http://www.thinkplancreate.com/FONT/A/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2T: 718.254.9557nbsp; ext. 101BRF:=20
718.254.0399/FONT/DIV
DIVnbsp;/DIV
DIVBRnbsp;/DIV
DIVFONT face=3DArial size=3D2- Original Message - /FONT
DIVFONT face=3DArial size=3D2From: "HappyToad.com" lt;/FONTA=20
href=3D"mailto:[EMAIL PROTECTED]"FONT face=3DArial=20
size=3D2[EMAIL PROTECTED]/FONT/AFONT face=3DArial =
size=3D2gt;/FONT/DIV
DIVFONT face=3DArial size=3D2To: "CF-Talk" lt;/FONTA=20
href=3D"mailto:[EMAIL PROTECTED]"FONT face=3DArial=20
size=3D2[EMAIL PROTECTED]/FONT/AFONT face=3DArial=20
size=3D2gt;/FONT/DIV
DIVFONT face=3DArial size=3D2Sent: Friday, October 13, 2000 11:03=20
AM/FONT/DIV
DIVFONT face=3DArial size=3D2Subject: RE: MySQL/FONT/DIV/DIV
DIVBR/DIVFONT face=3DArial size=3D2gt; Thanks I was looking in =
the stable=20
files.BRgt; RichBRgt; BRgt; -Original Message-BRgt; =
From:=20
Ryan [/FONTA href=3D"mailto:[EMAIL PROTECTED]"FONT face=3DArial=20
size=3D2mailto:[EMAIL PROTECTED]/FONT/AFONT face=3DArial =
size=3D2]BRgt;=20
Sent: Friday, October 13, 2000 10:45 AMBRgt; To: CF-TalkBRgt; =
Subject: Re:=20
MySQLBRgt; BRgt; BRgt; At 10:37 10/13/00 -0400, you =
wrote:BRgt;=20
gt;Can anyone tell me which one of the following MySQL databases I need =

toBRgt; gt;download to use with Win 98 PWS or Win 2000 IIS?nbsp; I =
already=20
downloaded theBRgt; gt;neccesary MyODBC file.BRgt; BRgt; Get =
it from=20
this page:BRgt; /FONTA=20
href=3D"http://www.mysql.net/downloads/mysql-3.23.html"FONT =
face=3DArial=20
size=3D2http://www.mysql.net/downloads/mysql-3.23.html/FONT/ABRFO=
NT=20

Perl and CF

2000-09-10 Thread Michael J. Sammut -- Four Eyes Productions -- think | plan | create

OK,

I asked this once and I got a very good answer but I am still screwing
something up.

I have this perl script (a poll).  It is typically parsed via an include on
a .shtml page.

My question is how do I parse with CF.  I have one poll that uses an exec
cgi include and the other a simple include virtual.

I have not been able to get results with cf template include  and am
confused on some of the other methods.

Anyone out there lend a hand?



Thank you,
Michael

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CGI in CF

2000-08-30 Thread Michael J. Sammut -- Four Eyes Productions -- think | plan | create

Can anyone assist?

How does one pass a cgi (perl) in coldfusion as an include?  

Much appreciated :)
MJ


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.