CFUPDATE Query Error **Help**

Ok, I am at a serious loss and am getting a headache trying to
figure out what exactly is wrong with this simple code. I have a
form that pulls information from a database and allows users to
update the information. The code for that page is:
<CFQUERY NAME="editmessage" DATASOURCE="subscriptions">
SELECT *
FROM tbl_Messages
WHERE messageID = #URL.messageID#
</CFQUERY>
<head>
<title><CFOUTPUT>#editmessage.type#
Editor</CFOUTPUT></title>
<style type="text/css">
<!--
.style38 {font-size: 14px}
.style39 {font-family: Arial, Helvetica, sans-serif}
.style40 {font-size: 16px; }
-->
</style>
<body bgcolor="FFFFFF" text="000000">
<CFOUTPUT query="editmessage">
<form name="form" method="post"
action="updatemessage.cfm">
<table width="900" border="0" align="center"
cellpadding="5" cellspacing="0">
<tr>
<td> </td>
<td>[<a href="menu.cfm">Back to menu</a>]
[<a href="logout.cfm">Logout</a>] </td>
</tr>
<tr>
<td width="25%"><div align="right"
class="style40"><span
class="style39">Type:</span></div></td>
<td width="75%">
<input name="Type" type="text" value="#Type#"
size="50">
<span class="style38"></span></td>
</tr>
<tr>
<td width="25%"><div align="right"
class="style40"><span
class="style39">From:</span></div></td>
<td width="75%"><span class="style38">
<input name="From" type="text" value="#From#"
size="50">
</span></td>
</tr>
<tr>
<td width="25%"><div align="right"
class="style40"><span
class="style39">Subject:</span></div></td>
<td width="75%"><span class="style38">
<input name="Subject" type="text" value="#Subject#"
size="50">
</span></td>
</tr>
<tr>
<td width="25%" valign="top"><div align="right"
class="style40"><span
class="style39">Body:</span></div></td>
<td width="75%"><span class="style38">
<textarea name="Body" cols="90"
rows="10">#Body#</textarea>
</span></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input type="submit" value="Update">
</div></td>
</tr>
</table>
</form>
</CFOUTPUT>
</body>
Then on the page it posts to, I have the simple code of:
<CFUPDATE datasource="subscriptions"
tablename="tbl_Messages">
However, I keep getting an error stating there is a syntax error
in my update query code and I'm clueless as to why. I have tried
several different things, but to no help. Please let me know what I
am doing wrong. Thank you in advance.

I am actually using this code now, as I have seen other issues
in the forums with CFUPDATE:
<CFQUERY NAME="UpdateMessage"
DATASOURCE="subscriptions">
UPDATE tbl_Messages
SET From = '#Form.mesFrom#',
Subject = '#Form.mesSubject#',
Body = '#Form.mesBody#'
WHERE Type = '#Form.mesType#'
</CFQUERY>
However, it is still returning an error and all it states in the
CF log files is:
Error Executing Database Query.[Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver]
Syntax error in UPDATE statement. The specific sequence of files
included or processed is:
C:\websites\docs\subscriptions\updatemessage.cfm
I tried turning debugging on to specify exactly what is wrong,
but I'm not getting anything :(.....I did rename the field names
becuase I was unsure if they were creating the problem, but
again...no help

Similar Messages

  • Query Error - Help Please

    The query below returns this error message: "ORA-00918: column ambiguously defined" It points to the last line of the query, at 'Colour' before the equals....
    WITH  ranked_data  As
         SELECT Members_Order.Catalogue_ID, Item.Item_Description, Item.Colour, Item.Hire_Charge, Members_Order.Number_of_Days, (Hire_Charge * Number_of_Days) AS Total, Item.Colour, RANK () OVER (ORDER BY Hire_Charge * Number_of_Days DESC) AS rnk
         FROM Members_Order, Item
         WHERE Members_Order.Item_ID = Item.Item_ID
    SELECT * FROM ranked_data
    WHERE Colour  = (SELECT  Colour FROM ranked_data WHERE rnk = 1);Could anyone help?
    Edited by: user10945931 on 16-Apr-2009 10:54

    Hi,
    TRy this code.
    REgards Salim.
    WITH ranked_data AS
         (SELECT members_order.catalogue_id, item.item_description, item.colour,
                 item.hire_charge, members_order.number_of_days,
                 (hire_charge * number_of_days) AS total, item.colour,
                 RANK () OVER (ORDER BY hire_charge * number_of_days DESC) AS rnk
            FROM members_order, item
           WHERE members_order.item_id = item.item_id)
    SELECT t.*
      FROM ranked_data t
    WHERE t.colour = (SELECT t1.colour
                       FROM ranked_data t1
                      WHERE t1.rnk = 1);

  • SQL Query Error Help !!

    Here is the Query:
    <cfquery name="get_facilities" dbtype="query">
    SELECT
    shopid, name, address, city, zip, phone, keyword
    FROM get_shops
    WHERE(
    <cfloop index="i" list="#form.keywords#" delimiters="
    ">
    UPPER(keywords_#request.language#) LIKE UPPER('%#i#%') AND
    </cfloop>
    UPPER(keywords_#request.language#) LIKE '%%')
    ORDER BYzip
    </cfquery>
    Here is the error:
    "The Pattern of the LIKE conditional is malformed"
    Here is what was entered in the keyword field in the form,
    the person was searching for "star auto[obile".
    automobile was misspelled with a [.
    How do I fix this? Can I fix it in the query?

    Joe Science wrote:
    >
    > How do I fix this? Can I fix it in the query?
    >
    Most likely this can be fixed with the recommended used of
    the
    <cfqueryparam...> tag for all user variables input into
    a SQL statement.
    It will protect you from SQL injection as well.
    UPPER(keyword_#request.languate#_ LIKE
    UPPPER(<cfqueryparam
    value="%#i#%" cfsqltype="cf_sql_varchar">) AND

  • Text Query Error -HELP.

    On these day, I installed the intermedia Text for indexing
    document.
    And I built two thesaurus named 'DR0THSUS' and 'MYTEST'.
    And I get the error 'DRG-11702' when I try to query as follows:
    1 select * from ct_abbr
    2 where
    3* contains(title, 'BT(age)') >0
    SQL> /
    select * from ct_abbr
    ERROR at line 1:
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-20000: ConText error:
    DRG-11702: thesaurus DEFAULT does not exist
    ^^^^^^^^^^
    And I try to find the solution mentioned below at OTN.
    DRG-11702 string
    Cause: Error while parsing thesaurus operator in query term.
    Action: See error message for details.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    BUT I am disturbed the NOTE.
    What am i supposed do !!
    Please let me know how to set the DEFAULT thesaurus.
    </yhkang>
    null

    Hi,
    TRy this code.
    REgards Salim.
    WITH ranked_data AS
         (SELECT members_order.catalogue_id, item.item_description, item.colour,
                 item.hire_charge, members_order.number_of_days,
                 (hire_charge * number_of_days) AS total, item.colour,
                 RANK () OVER (ORDER BY hire_charge * number_of_days DESC) AS rnk
            FROM members_order, item
           WHERE members_order.item_id = item.item_id)
    SELECT t.*
      FROM ranked_data t
    WHERE t.colour = (SELECT t1.colour
                       FROM ranked_data t1
                      WHERE t1.rnk = 1);

  • Package-query: error while loading shared libraries: libcurl.so.4: can

    Hi all
    when i run yaourt to install any things :
    package-query: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
    why?
    what can i do?
    I'm very newbie so help me with easy commands!
    thanks

    try to reinstall yahourt :
    https://wiki.archlinux.org/index.php/Yaourt

  • Query Error (CL_RSDD_VCUBE .and SAPLRRK0)

    Query Error (CL_RSDD_VCUBE .and SAPLRRK0)  
    Posted: Apr 19, 2007 6:01 PM         Reply      E-mail this post 
    Hi,
    I'm trying yo run a query.
    I check the query in the Query Designer and is OK, but when run the query a message appears "Internal error in program CL_RSDD_VCUBE and method GET_SID-8-" and "System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-".
    This query is made on Remote cube Accessing data from ORACLE through UD Connect , and I don't known if this error is related number of records.We r using BW3.5
    We have OPCO CODE as a infoobject in the query if we restrict that opcocode with some values and execue the query its getting the values and running without errors .But if we wont restrict with anyvalues on the opo code its getting above errors.
    Can anyone help me?
    Thanks in Advance
    Message was edited by:
    Mural

    Hi Mural,
    you can go in Tcode RSRT, introduce your query and then select from Environment first "Repair Read Mode" and then "Generate Queries". Then try click to Execute to see if it was only a generation problem or if the query has a real problem.
    In this case you can try with "Execute + Debug" to see where the problem is.
    Ciao.
    Riccardo.

  • BEX query error---Error reading the data of InfoProvider

    Hello all,
    we are getting the following msg when we execute the query-
    Error reading the data of InfoProvider ZEUDPR01
    Errors occurred when extracting data from DataSource 9AEU_DOM
    Short Text: Error for COM routine using application program (return c
    Parameter: 1028533- LC kernel
    Message in Source System: E102(/SAPAPO/OM) ...
    Short Text: COM - error Unknown
    Parameter: Unknown
    Message in Source System: E001(/SAPAPO/OM) ...
    Messages for DataSource 9AEU_DOM from source system PA1CLNT100
    Errors occurred during parallel processing of query 4, RC: 3
    Error while reading data; navigation is possible
    Row: 54 Inc: WRITE_MESSAGES Prog: CL_RSDR_AT_QUERY
    Found
    This is the error observed for a particular selection only..for rest of the selection we get the data correctly.
    Please help with the possible causes of error.
    Thanks,
    Pallavi

    Hi Pallavi,
    How did you manage the pb?
    we have the same error after Stack 21 (SP23)
    we could not run query.
    Thanks.
    John

  • HOW TO FIND AND CORRECT THE SQL QUERY ERRORS ????

    Sometimes I get the errors while executing the sql queries.
    I just wanted to know about the various ways by which I can find the sql query errors .
    Any suggestions will be deeply appreciated.

    If you get the an error from SSMS and you can't comprehend it, you can google the error message and google would always lead you to the correction. Or you can post the error in this forum, people
    here are always kind and ready to help :).
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • I have an hp office jet 4500 and os maverick 10.9.4 and I can't get it to print after last upgrade, multiple malfunctions and error, help?

    I have an hp office jet 4500 and os maverick 10.9.4 and I can’t get it to print after last upgrade, multiple malfunctions and error, help? I have tried deleting and resetting printer and re-installing update 6 times. Last update attempt showed none available??? I can’t load the software directly from HP because their only option is to use the software update option on the mac....frustrated!!! Help!!
    I get blank pages that just run through the printer and a stats window that just 33% complete and goes no further.

    I am going on the guess that an old driver is still installed...
    Use Finder Go > go to folder, and go to /Library/Printers and delete the HP folder(s).
    Reset the Printing System:
    OS X Mavericks: Reset the printing system
    Now, Add the printer in Print & Scan prefs.

  • I updated to the latest IOS and now my passwords don't work.  Reset 4 time which reset for my iPad and iPhone but I cant log into my itunes account using my apple ID it indicates an error, Help?

    I updated to the latest IOS and now my passwords don't work.  Reset 4 time which reset for my iPad and iPhone but I cant log into my itunes account using my apple ID it indicates an error, Help?

    This may sound crazy, but download any free app.  This often "shocks" the other apps into working.

  • HT6208 Cannot download the latest update 7.1.1 even though plugged in and on wifi keeps saying error help!!!!!

    Cannot download the latest update 7.1.1 even though plugged in and on wifi keeps saying error help!!!!!

    I am not getting an errr #. It just says that there are purchases on my ipod, not in my itunes. I transfer all of my ipod purchases into itunes. Then I try an download the new version of my ipod 7.1.1. It still says there are purchases on my ipod touch. So I just hit continue because their are not purchases on my ipod, that aren't in itunes. It extracts the software, and backs up ipod. Then itunes just closes. When I reopen it I get the same message A new iPod software version (7.1.1) is available for the iPod “My" iPodl”. Would you like to update your iPod now? My imac has recently been restored to as new, I have the newest ipod touch, and my version of itunes is also the newest version. The only thing that I can assume is that the problem, is another untested & bad update, from Capn Cook.

  • SAP query error - 1). [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed when converting date and/or time from character string.  'Received Alerts' (OAIB)

    SAP query error - 1). [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed when converting date and/or time from character string.  'Received Alerts' (OAIB)
    SELECT    
    CASE WHEN T0.DocStatus = 'O' THEN 'OPEN'
    WHEN T0.DocStatus = 'C' THEN 'CLOSED'  END  AS 'Document Status',
    T0.DocDate AS 'Posting Date',
    T0.DocNum AS 'Doc.No',
    T0.NumAtCard,
    T0.TransId AS 'Trans. No.',
    T0.Comments AS 'Remarks',
    T0.CardCode AS 'Offset Acct',
    T0.CardName AS 'Offset Acct Name',
    sum(T0.DocTotal) + (T0.WTSum) as 'DocTotal',
    T3.DueDate AS 'Cheque Date',
    T3.CheckSum AS 'Amount'
    FROM         ODPO AS T0 LEFT OUTER JOIN
                          VPM2 AS T1 ON T0.ObjType = T1.InvType AND T0.DocEntry = T1.DocEntry LEFT OUTER JOIN
         OVPM AS T2 ON T2.DocEntry = T1.DocNum LEFT OUTER JOIN
                          VPM1 AS T3 ON T2.DocEntry = T3.DocNum
    where T0.DocDate>='[%0]' and T0.DocDate<='[%1]'

    Hi,
    Try this:
    SELECT   
    CASE WHEN T0.DocStatus = 'O' THEN 'OPEN'
    WHEN T0.DocStatus = 'C' THEN 'CLOSED'  END  AS 'Document Status',
    T0.DocDate AS 'Posting Date',
    T0.DocNum AS 'Doc.No',
    T0.NumAtCard,
    T0.TransId AS 'Trans. No.',
    T0.Comments AS 'Remarks',
    T0.CardCode AS 'Offset Acct',
    T0.CardName AS 'Offset Acct Name',
    sum(T0.DocTotal) + (T0.WTSum) as 'DocTotal',
    T3.DueDate AS 'Cheque Date',
    T3.CheckSum AS 'Amount'
    FROM         ODPO  T0 LEFT OUTER JOIN
                          VPM2  T1 ON T0.ObjType = T1.InvType AND T0.DocEntry = T1.DocEntry
    LEFT OUTER JOIN
         OVPM  T2 ON T2.DocEntry = T1.DocNum LEFT OUTER JOIN
                          VPM1  T3 ON T2.DocEntry = T3.DocNum
    where T0.DocDate >= '[%0]' and T0.DocDate <='[%1]'
    group by T0.DocStatus,T0.DocDate ,
    T0.DocNum ,
    T0.NumAtCard,
    T0.TransId ,
    T0.Comments ,
    T0.CardCode,
    T0.CardName ,
    T0.WTSum ,
    T3.DueDate ,
    T3.CheckSum
    Thanks & Regards,
    Nagarajan

  • Invalid LOV query error

    I am trying to modify a query for LOV page item but get an Invalid LOV query error when trying to Apply Changes to my page(query however works in SQL*Plus)
    I am trying to change the date format of query result to MON YYYY.
    Original query that works:
    select distinct bill.BILLED_DATE display_value, bill.BILL_ID return_value
    from BILL;
    New Query that fails in APEX (but works in SQL*Plus)
    select distinct to_char(bill.BILLED_DATE, 'MON YYYY') display_value,
    bill.BILL_ID return_value from BILL;
    Anyone have any idea what I need to do to make this work?
    "1 error has occurred
    LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query"

    Strange, this lov does work and is no different than yours:
    select distinct to_char(sysdate,'MON YYYY') disp, 1 retval from dual
    What are the results from the query? Can there be something wrong with that?
    Regards Guido

  • How to improve the performance of the attached query, Please help

    Hi,
    How to improve performance of the below query, Please help. also attached explain plan -
    SELECT Camp.Id,
    rCam.AccountKey,
    Camp.Id,
    CamBilling.Cpm,
    CamBilling.Cpc,
    CamBilling.FlatRate,
    Camp.CampaignKey,
    Camp.AccountKey,
    CamBilling.billoncontractedamount,
    (SUM(rCam.Impressions) * 0.001 + SUM(rCam.Clickthrus)) AS GR,
    rCam.AccountKey as AccountKey
    FROM Campaign Camp, rCamSit rCam, CamBilling, Site xSite
    WHERE Camp.AccountKey = rCam.AccountKey
    AND Camp.AvCampaignKey = rCam.AvCampaignKey
    AND Camp.AccountKey = CamBilling.AccountKey
    AND Camp.CampaignKey = CamBilling.CampaignKey
    AND rCam.AccountKey = xSite.AccountKey
    AND rCam.AvSiteKey = xSite.AvSiteKey
    AND rCam.RmWhen BETWEEN to_date('01-01-2009', 'DD-MM-YYYY') and
    to_date('01-01-2011', 'DD-MM-YYYY')
    GROUP By rCam.AccountKey,
    Camp.Id,
    CamBilling.Cpm,
    CamBilling.Cpc,
    CamBilling.FlatRate,
    Camp.CampaignKey,
    Camp.AccountKey,
    CamBilling.billoncontractedamount
    Explain Plan :-
    Description                    Object_owner          Object_name     Cost     Cardinality     Bytes     
    SELECT STATEMENT, GOAL = ALL_ROWS                              14     1     13
    SORT AGGREGATE                                                  1     13
    VIEW                         GEMINI_REPORTING               14     1     13
    HASH GROUP BY                                        14     1     103
    NESTED LOOPS                                        13     1     103
    HASH JOIN                                             12     1     85
    TABLE ACCESS BY INDEX ROWID     GEMINI_REPORTING     RCAMSIT          2     4     100
    NESTED LOOPS                                        9     5     325
    HASH JOIN                                        7     1     40
    SORT UNIQUE                                        2     1     18
    TABLE ACCESS BY INDEX ROWID     GEMINI_PRIMARY          SITE          2     1     18
    INDEX RANGE SCAN          GEMINI_PRIMARY          SITE_I0          1     1     
    TABLE ACCESS FULL          GEMINI_PRIMARY          SITE          3     27     594
    INDEX RANGE SCAN          GEMINI_REPORTING     RCAMSIT_I     1     1     5     
    TABLE ACCESS FULL     GEMINI_PRIMARY     CAMPAIGN                    3     127     2540
    TABLE ACCESS BY INDEX ROWID     GEMINI_PRIMARY          CAMBILLING     1     1     18
    INDEX UNIQUE SCAN     GEMINI_PRIMARY     CAMBILLING_U1                    0     1

    Hello,
    This has really nothing to do with the Oracle Forms product.
    Please, send the SQL or/and PL/SQL questions in the corresponding forums.
    Francois

  • Query erroring out with lack of temp space?

    I have 2 databases. One was cloned from the other on to another server.
    On one server the query takes 5 seconds to run on the other server the query errors lack with lack of disk space.
    The init files are the same. The Oracle memory is the same. The temp tablespace size is the same.
    I'm stuck!
    What should I look for to find out what is causing the error?

    On both databases the version is 9.2.0.6.
    This is the view that worked in database1 and errored in database2...
    CREATE OR REPLACE VIEW SAP_STAGE.MTC_STG_MEASURE_POINT_V
    EQUIP_NO,
    MEASUR_PNTPOS,
    CHARACT_NAME,
    UNIT,
    MEASUR_PNT_DESC,
    VALUATION_CODE,
    TEXT_FIELD
    AS
    SELECT DISTINCT xref.equnr AS equip_no, rpmp.*
    FROM sap_stage.measuring_point mp JOIN xref_sap_equi xref
    ON TRIM (mp.equip_no) = TRIM (xref.groes)
    JOIN stg_mtc_msf600 msf600
    ON TRIM (mp.equip_no) = TRIM (msf600.equip_no)
    AND TRIM (msf600.dstrct_code) in ('347','315')
    JOIN rec_prodstat_code_measur_pts rpmp ON 1 = 1
    If I qualify all the tables with SAP_STAGE the query runs in 5 seconds in database2.
    Why does the query run in database 1 without the schema names?

Maybe you are looking for