Re: WebCatalog vs. Cold Fusion

This WebDNA talk-list message is from

1998


It keeps the original formatting.
numero = 21675
interpreted = N
texte = >I'm getting some pressure from a client to build them an e-commerce >solution with Cold Fusion rather than WebCatalog. Can somebody who's >familiar with both give a me an idea of the difference in the products. >(I'm very familiar with WebCat but have little knowledge of CF).cfm syntax is a lot more cluttered. Say you want to search a database for all customers and return all fields.You would have something like this in .cfm SELECT name, address, city, state, zip FROM CustomerTable WHERE state=#statevar# #statevar# #name#
#address#
#city#, #state# #zip#

It gets worse if you use .asp <%dim statevar statevar = request.querystring(state)%> <%Set DataConn = Server.CreateObject(ADODB.Connection) DataConn.Open DSN=CustomerDB Set DataCmd =Server.CreateObject(ADODB.Command) DataCmd.CommandText = SELECT name, address, city, state, zip FROMCustomerTable WHERE state = &statevar Set DataCmd.ActiveConnection = DataConn Set customers = DataConn Set customers = DataCmd.execute%> <%do While not customers.EOF response.write(& customers(name) &
& customers(address) &
& customers(city) &, & customers(state) & & customers(zip) &

) customers.moveNext loop %>Webcat is a breeze compared to all this:-))Regards, **************************************************************** Micheal O Se www.elive.ie Internet Hosting Service micheal@elive.ie Database powered websites **************************************************************** Associated Messages, from the most recent to the oldest:

    
  1. Re: WebCatalog vs. Cold Fusion (Gary Richter 1998)
  2. Re: WebCatalog vs. Cold Fusion (Dave MacLeay 1998)
  3. Re: WebCatalog vs. Cold Fusion (PCS Technical Support 1998)
  4. Re: WebCatalog vs. Cold Fusion (Tim Taylor 1998)
  5. Re: WebCatalog vs. Cold Fusion (Gary Richter 1998)
  6. Re: WebCatalog vs. Cold Fusion (Jocelyn Plazewska 1998)
  7. Re: WebCatalog vs. Cold Fusion (PCS Technical Support 1998)
  8. Re: WebCatalog vs. Cold Fusion (PCS Technical Support 1998)
  9. Re: WebCatalog vs. Cold Fusion (Jocelyn Plazewska 1998)
  10. Re: WebCatalog vs. Cold Fusion (Bob Minor 1998)
  11. Re: WebCatalog vs. Cold Fusion (John Hill 1998)
  12. Re: WebCatalog vs. Cold Fusion (Jim V 1998)
  13. Re: WebCatalog vs. Cold Fusion (Mícheál O Sé 1998)
  14. Re: WebCatalog vs. Cold Fusion (Dave MacLeay 1998)
  15. Re: WebCatalog vs. Cold Fusion (Jocelyn Plazewska 1998)
  16. WebCatalog vs. Cold Fusion (Luke Melia 1998)
>I'm getting some pressure from a client to build them an e-commerce >solution with Cold Fusion rather than WebCatalog. Can somebody who's >familiar with both give a me an idea of the difference in the products. >(I'm very familiar with WebCat but have little knowledge of CF).cfm syntax is a lot more cluttered. Say you want to search a database for all customers and return all fields.You would have something like this in .cfm SELECT name, address, city, state, zip FROM CustomerTable WHERE state=#statevar# #statevar# #name#
#address#
#city#, #state# #zip#

It gets worse if you use .asp <%dim statevar statevar = request.querystring(state)%> <%Set DataConn = Server.CreateObject(ADODB.Connection) DataConn.Open DSN=CustomerDB Set DataCmd =Server.CreateObject(ADODB.Command) DataCmd.CommandText = SELECT name, address, city, state, zip FROMCustomerTable WHERE state = &statevar Set DataCmd.ActiveConnection = DataConn Set customers = DataConn Set customers = DataCmd.execute%> <%do While not customers.EOF response.write(& customers(name) &
& customers(address) &
& customers(city) &, & customers(state) & & customers(zip) &

) customers.moveNext loop %>Webcat is a breeze compared to all this:-))Regards, **************************************************************** Micheal O Se www.elive.ie Internet Hosting Service micheal@elive.ie Database powered websites **************************************************************** Mícheál O Sé

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

New syntax feedback for 4.0 (2000) Pull Down Search (2000) Vs: Open Source (2000) ReturnRaw Returns (2000) Change Subtotal (2000) WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) Protect (1997) GuestBook example (1997) using showpage and showcart commands (1996) Re:2nd WebCatalog2 Feature Request (1996) [OT] Mom's gift (2006) Number of files in a directory (2006) WebCat2b12 - nesting [tags] (1997) [WebDNA] Re:BCC and/or Character limit [sendmail] (2010) Is there an alternative to emailer? (1999) WebCatalog 3.0.4 alias crash bug? (2000) followup to ws3 vs ws2.1 speed (1998) Problem (1997) WebCatalog Plug-in for Webstar. (1997) [WebDNA] WordPress plugin (2020)