Skip to main content
Inspiring
March 4, 2012
Question

SQL Server UPDATETEXT

  • March 4, 2012
  • 1 reply
  • 577 views

I use SQL Server as backend and need use UPDATETEXT to updtae my nText field in SQL server.

I just wonder does ColdFusion take care for this from ColdFusion client side or I need sprecific using same SQL code for SQL Server backend.

Your help and information is great appreciated,

iccsi

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    March 5, 2012

    All CF does is pass your query string to the database engine, along with any bind variables. Therefore any syntax that is valid in the database will run.