Phil

If you are unable to put together what you need to make a direct 
connection between CF and the db running on the HP box, you might 
consider an indirect approach using WDDX:

   CF Program

      Assemble Progress DB Request statements

      Serialize into WDDX Packet

      Pass WDDX Packet To HP Stub using CFHTTP

   HP Stub

      Receive request for stub from CF box invoke stub (Perl CGI Program)

      Deserialize WDDX packet containing Progress DB request

      Issue db request

      Serialize results into WDDX packet

      Display results (returns WDDX packet to CFHTTP request)

   CF Program

      Receive WDDX packet (CFHTTP Content)

      Deserialize results WDDX Packet

      Do Whatever

Now, this isn't the most elegant solution, but it works well if you 
have limited traffic.

HTH

Dick




At 7:26 PM -0400 6/27/2000, Phil Labonte wrote:
>Hello All,
>
>I have an IIS box running CF451 and I want to be able to connect to a
>progress database which runs my companies financial applications. It runs on
>HP-UX.
>
>Anyway, there is no native CF support for progress as far as I can tell, but
>can someone pouint me the way to some instructions on how to connect? I know
>I need to install an ODBC driver on the IIS server, but does CF detect it
>and automagically add it to the list of drivers in CF Server??
>
>The Progress DBA is stoked to get this working so any help is greatly
>appreciated:
>
>Phil
>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to