Skip to main content
Participant
December 8, 2009
Question

Error Executing Database Query

  • December 8, 2009
  • 1 reply
  • 625 views

Hi,

Im new to this forum and coldfusion.  I am getting an error from cf and the error is referencing where it occured.

here is the line # where the error is occuring...

210: <cfset thisCell = #RemoveChars (thisCell, 1, 4) # ?>

211: '#thisCell#',

212: </cfloop>

213: ' '

214: ) ;

Any help from anyone would be very much appreciated.  Thanks.

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    December 8, 2009

    What does the error say?

    And could it possible be refering to that qustion mark [?] character at the end of line 210 that probably should be a slash [/] character?

    artbondocAuthor
    Participant
    December 8, 2009

    Hi Ian,

    I think this is where is error is happening...

    at cfparseData2ecfm999309703$funcINSERTROW.runFunction(E:\inetpub\Wwwroot\me\db8051\parseData.cfm:212) at cfparseData2ecfm999309703.runPage(E:\inetpub\Wwwroot\me\db8051\parseData.cfm:132) at cfparseData2ecfm999309703$funcINSERTROW.runFunction(E:\inetpub\Wwwroot\me\db8051\parseData.cfm:212) at cfparseData2ecfm999309703.runPage(E:\inetpub\Wwwroot\me\db8051\parseData.cfm:132)

    Thank.

    Art

    ilssac
    Inspiring
    December 8, 2009

    But what is the actual error!