<?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: acces MySQL server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325793#M1227337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls refer below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/33/0d24e7bde2764da0e4e1d7042bbcfb/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/33/0d24e7bde2764da0e4e1d7042bbcfb/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2009 16:51:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-17T16:51:45Z</dc:date>
    <item>
      <title>acces MySQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325791#M1227335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our SAP database system run under ORACLE...beside this we have anoher database server - MySQL server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to connect to MySQL server from SAP? &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, 02 Mar 2009 14:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325791#M1227335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T14:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: acces MySQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325792#M1227336</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;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechno.blogspot.com/2008/07/how-to-connect-to-external-database.html" target="test_blank"&gt;http://saptechno.blogspot.com/2008/07/how-to-connect-to-external-database.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction SE11, create a table (ZTABLE) with the same fields as the table in the external database, make sure that the type and lengths of the fields are identical. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction SE11, create a view (ZTABLE_VIEW, projection view) using BASIS table ZTABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SVRMGRL&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create dblink REMOTE_DB as connect to remote_user identified by password; (database link created)&lt;/P&gt;&lt;P&gt;drop table ZTABLE; (table dropped)&lt;/P&gt;&lt;P&gt;create synonym ZTABLE for ZTABLE@REMOTE_DB; (synonym created)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction SE16 , type in ZTABLE_VIEW and hit RETURN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter value in key fields and hit execute. (displays rows from the remote table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 20:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325792#M1227336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T20:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: acces MySQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325793#M1227337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls refer below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/33/0d24e7bde2764da0e4e1d7042bbcfb/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/33/0d24e7bde2764da0e4e1d7042bbcfb/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 16:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acces-mysql-server/m-p/5325793#M1227337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T16:51:45Z</dc:date>
    </item>
  </channel>
</rss>

