<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: exception DBIF_DSQL2_INVALID_CURSOR,CX_SY_NATIVE_SQL_ERROR syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602853#M1437589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember something like this, when doing native SQL for ORACLE, and that time the reason was statement ending symbols (semicolon), maybe this is the case? Try semicolon before ENDEXEC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 20:16:46 GMT</pubDate>
    <dc:creator>sergey_korolev</dc:creator>
    <dc:date>2010-02-10T20:16:46Z</dc:date>
    <item>
      <title>exception DBIF_DSQL2_INVALID_CURSOR,CX_SY_NATIVE_SQL_ERROR syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602850#M1437586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I was trying to catch some data from Siebel, I've received this dump error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the problem was trying to make a filter on the where condition on the EXEC ---&amp;gt; ENDEXEC statement. (I've tried it without this filter and it runs correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to filter by the field last_upd that has a structure (MM/DD/YYYY HH24:MI:SS) but I only want to filter by date, ignoring time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll trying like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;    open c for&lt;/P&gt;&lt;P&gt;    select&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;     from  siebel.s_srv_req_x table_1a,&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;     table_1a.last_upd like To_date('02/02/2010','DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute, it dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wladimir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 08:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602850#M1437586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: exception DBIF_DSQL2_INVALID_CURSOR,CX_SY_NATIVE_SQL_ERROR syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602851#M1437587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Wlade22 on Feb 8, 2010 4:22 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Wlade22 on Feb 10, 2010 6:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 09:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602851#M1437587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T09:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: exception DBIF_DSQL2_INVALID_CURSOR,CX_SY_NATIVE_SQL_ERROR syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602852#M1437588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never tried native SQL, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE Todate LIKE '02/02/2010 __:__:__'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602852#M1437588</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-02-10T18:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: exception DBIF_DSQL2_INVALID_CURSOR,CX_SY_NATIVE_SQL_ERROR syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602853#M1437589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember something like this, when doing native SQL for ORACLE, and that time the reason was statement ending symbols (semicolon), maybe this is the case? Try semicolon before ENDEXEC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-dbif-dsql2-invalid-cursor-cx-sy-native-sql-error-syntax-error/m-p/6602853#M1437589</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2010-02-10T20:16:46Z</dc:date>
    </item>
  </channel>
</rss>

