<?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 SQL error in the database when accessing a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510771#M1423451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a View, in which we want to add 1 field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we add 1 field in it, I am getting this warning " View read allows read only access, Maintainance not possible".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Second thing: -&lt;/U&gt; &lt;/P&gt;&lt;P&gt;That field is showing in view, but when we see it's contents it give a run time error "SQL error in the database when accessing a table."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the problem in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 07:28:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-06T07:28:20Z</dc:date>
    <item>
      <title>SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510771#M1423451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a View, in which we want to add 1 field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we add 1 field in it, I am getting this warning " View read allows read only access, Maintainance not possible".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Second thing: -&lt;/U&gt; &lt;/P&gt;&lt;P&gt;That field is showing in view, but when we see it's contents it give a run time error "SQL error in the database when accessing a table."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the problem in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 07:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510771#M1423451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510772#M1423452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it might be due to lack of space in the table ... just a guess. I request to check with basis on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 07:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510772#M1423452</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-01-06T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510773#M1423453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear, space problem should not occur only after add 1 field in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 07:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510773#M1423453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T07:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510774#M1423454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure the view is a database view. Not other views such as maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Make sure the VIEW is ACTIVATED.&lt;/P&gt;&lt;P&gt;   Only after we activate, the database changes take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510774#M1423454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510775#M1423455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is  a database view and more over when you are creating a database view on one table&lt;/P&gt;&lt;P&gt;check the tab maintaince status it should be read and change...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct that and activate you view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this should work fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/6510775#M1423455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T08:20:21Z</dc:date>
    </item>
  </channel>
</rss>

