<?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: Updating sas table with multiple updates from different users in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83632#M24006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my delayed response but I ready the SHARE documentation and I didn't fully understand it.&amp;nbsp; Do I need to handle the row locks myself?&lt;/P&gt;&lt;P&gt;I looked at Chapter 5 Locking SAS Data Objects and I understand the locking portion.&amp;nbsp; I want to make sure that is the correct way to go about doing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 16:34:39 GMT</pubDate>
    <dc:creator>jerry898969</dc:creator>
    <dc:date>2013-10-24T16:34:39Z</dc:date>
    <item>
      <title>Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83627#M24001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm about to start a project that is a windows forms front end with c# in the code behind and sas as the back end.&amp;nbsp;&amp;nbsp; My question is if i'm using oledb can multiple users do an update, insert or delete on the same table at the same time? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83627#M24001</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2013-09-16T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83628#M24002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have &lt;A href="http://support.sas.com/documentation/onlinedoc/share/" title="http://support.sas.com/documentation/onlinedoc/share/"&gt;SAS/SHARE?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 14:34:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83628#M24002</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-09-16T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83629#M24003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hai,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your reply.&amp;nbsp; Yes we are using a SAS/SHARE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 14:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83629#M24003</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2013-09-16T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83630#M24004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I sugest that you resd the SHARE documentation.&amp;nbsp; It will allow concurrent reads and updates,&amp;nbsp; but not entirely the same way as a RDBMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 18:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83630#M24004</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-09-16T18:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83631#M24005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using SAS/SHARE with SAS datasets then OLEDB would not be necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 19:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83631#M24005</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-09-16T19:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83632#M24006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my delayed response but I ready the SHARE documentation and I didn't fully understand it.&amp;nbsp; Do I need to handle the row locks myself?&lt;/P&gt;&lt;P&gt;I looked at Chapter 5 Locking SAS Data Objects and I understand the locking portion.&amp;nbsp; I want to make sure that is the correct way to go about doing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 16:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83632#M24006</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2013-10-24T16:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83633#M24007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way I read it SAS/SHARE provides a default set of rules for locking SAS data depending on how you are accessing it. However you can override these rules by applying locks explicity with the LOCK statement/command. However that's just my take on the doc, not having used SHARE myself. Best to get other opinions from those who actually use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83633#M24007</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-10-24T18:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Updating sas table with multiple updates from different users</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83634#M24008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used SAS/Share in the past. You can select if you want a table lock or a row level lock. I would assume you normally would want row level locking.&lt;/P&gt;&lt;P&gt;Yes, you can have several processes with write access on row level. That's what SAS/Share is for.&lt;/P&gt;&lt;P&gt;Be aware that SAS/Share is single threaded so there could be some performance issues if you're having lots of users accessing at the same time. I try normally to use a DBMS if I need concurrent write access (or read/write at the same time).&lt;/P&gt;&lt;P&gt;I strongly prefer using SAS/Share for small tables only like control tables and the like - but we don't have always the luxury of choice....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Updating-sas-table-with-multiple-updates-from-different-users/m-p/83634#M24008</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-25T09:17:27Z</dc:date>
    </item>
  </channel>
</rss>

