<?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: Delete Row in SQL Table Via Proc SQL Over SAS ODBC Connection in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794332#M254697</link>
    <description>&lt;P&gt;Please update your post as answered in that case to avoid us checking it to see if you still need help or not.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 19:24:37 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-02-03T19:24:37Z</dc:date>
    <item>
      <title>Delete Row in SQL Table Via Proc SQL Over SAS ODBC Connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794266#M254678</link>
      <description>&lt;P&gt;I'm trying to insert and drop rows over an ODBC connection.&amp;nbsp; My Insert block works fine, and I'd hoped the drop would work the same, but I get the following error in my SAS log when trying to drop the row I just inserted:&lt;/P&gt;&lt;P&gt;ERROR: Updating or deleting data cannot be supported by this engine when a WHERE clause and the DBCOMMIT option are used together&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sql;
insert into sql_meta.dash_meta_dates
SELECT *
FROM WORK.test;


proc sql;
delete from sql_meta.dash_meta_dates
where GROUP_AE_REGISTRY = "Test";&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Feb 2022 16:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794266#M254678</guid>
      <dc:creator>elmoreoocyte</dc:creator>
      <dc:date>2022-02-03T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Row in SQL Table Via Proc SQL Over SAS ODBC Connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794271#M254679</link>
      <description>&lt;P&gt;Solved my own problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to comment out the DBCOMMIT portion of my ODBC conneciton:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Libname for the meta dashboard dates table;&lt;BR /&gt;LIBNAME SQL_META ODBC DSN="Dash" DATABASE="QA" SCHEMA=dbo&lt;BR /&gt;READBUFF=4000 INSERTBUFF=4000 /*DBCOMMIT=4000*/&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 16:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794271#M254679</guid>
      <dc:creator>elmoreoocyte</dc:creator>
      <dc:date>2022-02-03T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Row in SQL Table Via Proc SQL Over SAS ODBC Connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794332#M254697</link>
      <description>&lt;P&gt;Please update your post as answered in that case to avoid us checking it to see if you still need help or not.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794332#M254697</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-02-03T19:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Row in SQL Table Via Proc SQL Over SAS ODBC Connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794334#M254699</link>
      <description>&lt;P&gt;This was my first post, so I didn't know to do that.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:26:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Row-in-SQL-Table-Via-Proc-SQL-Over-SAS-ODBC-Connection/m-p/794334#M254699</guid>
      <dc:creator>elmoreoocyte</dc:creator>
      <dc:date>2022-02-03T19:26:51Z</dc:date>
    </item>
  </channel>
</rss>

