RE: Cold Fusion and Bind Variables

2004-01-13 Thread Jared . Still
              Subject:        RE: Cold Fusion and Bind Variables   Hi Jared,   Look at QFQUERYPARM:   Usage        The CFQUERYPARAM is designed to do the following things:           Allows the use of SQL bind parameters.        Allows long text fields to be updated from an SQL statement.      

RE: Cold Fusion and Bind Variables

2004-01-13 Thread Vordos, Suzy
  Hi Jared,   Look at QFQUERYPARM:   Usage   The CFQUERYPARAM is designed to do the following things:       Allows the use of SQL bind parameters.    Allows long text fields to be updated from an SQL statement.    Improves performance.   The ColdFusion ODBC, DB2, Inf

Re: Cold Fusion and Bind Variables

2004-01-13 Thread Scott Behrens
Jared,   Try this link.  It still worked for me this morning.   http://www.macromedia.com/devnet/server_archive/articles/cfqueryparam_oracle_databases.html Scott >>> [EMAIL PROTECTED] 1/12/04 8:49:25 PM >>> Dear List, We have a developer here that is pretty good with the web stuff, but his stron

Cold Fusion and Bind Variables

2004-01-12 Thread Jared . Still
Dear List, We have a developer here that is pretty good with the web stuff, but his strong suit is not databases, or at least not Oracle. He develops primarily in Cold Fusion, which I know little about. I'm trying to teach him the difference between literal and bind variables, and the importanc