<?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: SQL support for GDL in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88734#M35271</link>
    <description>It would be nice if there was an opportunity to make SQL - commands directly in GDL.&lt;BR /&gt;
Then you have way more options too build your own customize cuttinglists aso. &lt;BR /&gt;
Schedules and element lists are not that good always, but width GDL I could make my own lists exactly how I want it to be. The only thing that stop me from doing it is that I'm not been able to make SQL call directly in GDL script  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt;</description>
    <pubDate>Mon, 05 Mar 2007 11:46:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-03-05T11:46:07Z</dc:date>
    <item>
      <title>SQL support for GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88731#M35268</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Q1:&lt;/B&gt; &lt;BR /&gt;
I have an object "&lt;B&gt;A&lt;/B&gt;", which has an ID "&lt;B&gt;OBJ-1&lt;/B&gt;". Can I get the value of "&lt;B&gt;PARAMETER1&lt;/B&gt;" of this object from an other object "&lt;B&gt;B&lt;/B&gt;" ? (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;&lt;B&gt;A&lt;/B&gt; and &lt;B&gt;B&lt;/B&gt; are used in the same project.&lt;E&gt;&lt;/E&gt;)&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Q2:&lt;/B&gt;&lt;BR /&gt;
Can I have a list of parameters of objects in a project, such as their widths and heights, in order to use a    &lt;BR /&gt;
parameter as a pulldown lists in a object ?&lt;BR /&gt;
  &lt;BR /&gt;
Is there any way to use SQL commands in GDL script to get recordset results in arrays?  &lt;BR /&gt;
  &lt;BR /&gt;
For example, &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Extras / Accessories / Roof Accessories&lt;E&gt;&lt;/E&gt; menu, roof accessory object (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Roof Surfacer&lt;E&gt;&lt;/E&gt;) has the parameters of the roof which is attached to it. When you change the width of the roof, object's width is changed, too.  &lt;BR /&gt;
  &lt;BR /&gt;
Any recommendation for this subject is welcome.  &lt;BR /&gt;
  &lt;BR /&gt;
Best regards&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Nov 2005 11:16:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88731#M35268</guid>
      <dc:creator>adura</dc:creator>
      <dc:date>2005-11-30T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: SQL support for GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88732#M35269</link>
      <description>Q1 : GLOB_USER  + GLOB_INTID&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Q2 : The objects CALLED into Extra's Accessories can be linked to roof's dimensions.&lt;BR /&gt;
U have to made a new extra's Accessory.&lt;BR /&gt;
In the master you have to insert the data (number elements, dimensions etc) that you will be assigned to the variable. &lt;BR /&gt;
The variable will be listed (with  the quantities dictated into master)&lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Thu, 01 Dec 2005 08:40:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88732#M35269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-12-01T08:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL support for GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88733#M35270</link>
      <description>There are only few ways to get interactive contact out of the gdl-code of objects:&lt;BR /&gt;
&lt;BR /&gt;
1. The object is feeded by an AddOn&lt;BR /&gt;
2. Is part of another (skylight, window, door)&lt;BR /&gt;
3. Is a zone-stamp&lt;BR /&gt;
4. Is an associative attached label&lt;BR /&gt;
&lt;BR /&gt;
In all these cases the data stream is unidirectional TO the object. The usage of object-calculation or settings back to the project (as e.g. skylights do) will done, if it's possible at all, from mechanisms outside of the gdl-code.&lt;BR /&gt;
&lt;BR /&gt;
There is no realy good working possibility to interact between two objects. There is a way, posted here a time ago, to interact between two objects by using a textfile or other external stuff. If it's not absolutely necessary, I wouldn't recommend.&lt;BR /&gt;
&lt;BR /&gt;
There is one exception:&lt;BR /&gt;
Labels and markers can REQUEST parameters of the drawing elements they are attached to. Have a look to &lt;B&gt;REQUEST ("ASSOCLP_PARVALUE", ...&lt;/B&gt;. There is written here something too. Give SEARCH a try. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
And of course there a the GLOBAL parameters and the other REQUESTable global system environments.&lt;BR /&gt;
&lt;BR /&gt;
There are no GDL-statements to get access to the project database. No SQL-commands. Sorry.&lt;BR /&gt;
&lt;BR /&gt;
Question back: What do you want to do?</description>
      <pubDate>Thu, 01 Dec 2005 09:07:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88733#M35270</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-12-01T09:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL support for GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88734#M35271</link>
      <description>It would be nice if there was an opportunity to make SQL - commands directly in GDL.&lt;BR /&gt;
Then you have way more options too build your own customize cuttinglists aso. &lt;BR /&gt;
Schedules and element lists are not that good always, but width GDL I could make my own lists exactly how I want it to be. The only thing that stop me from doing it is that I'm not been able to make SQL call directly in GDL script  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 05 Mar 2007 11:46:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SQL-support-for-GDL/m-p/88734#M35271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-05T11:46:07Z</dc:date>
    </item>
  </channel>
</rss>

