<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=DbsName_%28Imagine_property%29</id>
	<title>DbsName (Imagine property) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=DbsName_%28Imagine_property%29"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=DbsName_(Imagine_property)&amp;action=history"/>
	<updated>2026-04-16T03:47:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=DbsName_(Imagine_property)&amp;diff=120824&amp;oldid=prev</id>
		<title>Alex: Create DbsName Imagine method page</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=DbsName_(Imagine_property)&amp;diff=120824&amp;oldid=prev"/>
		<updated>2026-04-14T03:21:33Z</updated>

		<summary type="html">&lt;p&gt;Create DbsName Imagine method page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;DbsName: Return the DBS name for the current connection&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;DbsName&amp;lt;/var&amp;gt; method returns the DBS name for the current Imagine connection as a String.&lt;br /&gt;
&lt;br /&gt;
If no DBS name was sent by the broker, an empty string is returned.&lt;br /&gt;
&lt;br /&gt;
This is a shared, read-only method.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;%&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;name&amp;lt;/span&amp;gt; = %(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;imagineObject&amp;lt;/span&amp;gt;):&amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;DbsName&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Return value==&lt;br /&gt;
A String containing the DBS name for the current connection (up to 63 characters), or an empty string if no DBS name was provided.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Use &amp;lt;var&amp;gt;DbsName&amp;lt;/var&amp;gt; to determine which DBS instance the connecting broker requested during the handshake. This is useful in APSY code that needs to identify the target DBS on a port with &amp;lt;var&amp;gt;[[APSYSUFFIX (JANUS DEFINE parameter)|APSYSUFFIX]]&amp;lt;/var&amp;gt; defined.&lt;br /&gt;
&lt;br /&gt;
This is new as of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; version 8.0.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%dbsName = %(system):DbsName&lt;br /&gt;
If %dbsName NE &amp;#039;&amp;#039; Then&lt;br /&gt;
   Print &amp;#039;DBS: &amp;#039; %dbsName&lt;br /&gt;
End If&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[ApsySuffix (Imagine property)|ApsySuffix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[APSYSUFFIX (JANUS DEFINE parameter)|APSYSUFFIX]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of Imagine methods]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Imagine methods]]&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>