<?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>Question Re: Question about connection parameters in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849741#M4880584</link>
    <description>&lt;P&gt;See sa_conn_info, sa_conn_list and connection_property in the documentation. For example, you might do "select userid, connection_property( 'appinfo', Number ) from sa_conn_info()"&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2011 15:23:58 GMT</pubDate>
    <dc:creator>johnsmirnios</dc:creator>
    <dc:date>2011-10-21T15:23:58Z</dc:date>
    <item>
      <title>Question about connection parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaq-p/13849737</link>
      <description>&lt;P&gt;When connecting to Sybase ASE there are connection parameters 'Host' (the machine name of the client) and 'AppName' (the name of the client application). Then while the application is connected, the entry in the sysprocesses table shows those values.&lt;/P&gt;
&lt;P&gt;I would like to do the same thing for SQL Anywhere if it is possible. If it is possible, would the values appear in the same columns of sysprocesses?&lt;/P&gt;
&lt;P&gt;My application is written in PowerBuilder.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 14:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaq-p/13849737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T14:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question about connection parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849738#M4880581</link>
      <description>&lt;P&gt;SQLAnywhere doesn't have a sysprocesses but the application info you are looking for can be acquired via a different mechanism. See &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/appinfo-connection-conparm.html*d5e18109"&gt;http://dcx.sybase.com/index.html#1201/en/dbadmin/appinfo-connection-conparm.html*d5e18109&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 14:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849738#M4880581</guid>
      <dc:creator>johnsmirnios</dc:creator>
      <dc:date>2011-10-21T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question about connection parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849740#M4880583</link>
      <description>&lt;P&gt;I'm hoping to be able to show a list of connected users when the database is running as a server (as opposed to local single user).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 15:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849740#M4880583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question about connection parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849739#M4880582</link>
      <description>&lt;P&gt;The HOST parameter may be picked up by the data provider. For the Application Name, you can specify this using the AppInfo connection parameter:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/appinfo-connection-conparm.html"&gt;AppInfo Connection Parameter&lt;/A&gt;&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;APPINFO&lt;/SPAN&gt;&lt;SPAN class="o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s"&gt;'MyApplication'&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;The value can be viewed as part of:&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="n"&gt;CONNECTION_PROPERTY&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s"&gt;'AppInfo'&lt;/SPAN&gt;&lt;SPAN class="p"&gt;[,&lt;/SPAN&gt;&lt;SPAN class="n"&gt;connection_id&lt;/SPAN&gt;&lt;SPAN class="p"&gt;]);&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Oct 2011 15:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849739#M4880582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T15:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about connection parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849741#M4880584</link>
      <description>&lt;P&gt;See sa_conn_info, sa_conn_list and connection_property in the documentation. For example, you might do "select userid, connection_property( 'appinfo', Number ) from sa_conn_info()"&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 15:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/question-about-connection-parameters/qaa-p/13849741#M4880584</guid>
      <dc:creator>johnsmirnios</dc:creator>
      <dc:date>2011-10-21T15:23:58Z</dc:date>
    </item>
  </channel>
</rss>

