2004-01-23 07:09 AM
SELECT FLC.NAME AS COMBINATION, LAYERS.NAME AS LAYER_NAME, LAYERS.LOCKED, LAYERS.VISIBLE FROM FLAT (LAYERCOMBINATIONS, LAYER_STATUS) AS FLC INNER JOIN LAYERS ON (FLC.LAYER_STATUS.LAYER_ID = LAYERS.ID) ORDER BY FLC.NAME, LAYERS.NAMEthen click the Execute button. The result will appear in your web browser as an alphabetized table. You can save the HTML and/or paste it into Excel, etc. for further manipulation to achieve your documentation goals.
2004-01-23 07:00 PM
2004-01-24 12:15 AM
Eric wrote:You're welcome.
Fantastic!
Thanks Karl!
BTW, Is there any way to query this data directly from MS Access or another DB program so that changes to the layer list can automatically be updated in reports?
2004-01-24 04:33 PM
2005-01-05 07:54 PM
Eric wrote:Well, nobody has responded in a year, and Frank Beister reminded me of this message...
Now, the question is why doesn't this work on the Mac version. I repeated the same process and when I click "execute" nothing happens.
Any ideas?
2005-02-04 08:52 PM
2005-02-04 09:32 PM
2005-02-08 12:01 AM
PotentialTech wrote:As Ben notes, the menu items are not added via the Work Environment... you'll find the two SQL commands available for dragging onto your customized Calculate menu.
(AC 9 build 1812 usa full)
I am new to ArchiCAD. I'm trying to find out more about using the SQL and ODBC features.
The menu screen that you've shown in the first post of this topic is not part of the prefs in my version. I guess things have changed. Can someone point me at some more recent documentation about using the SQL features.
My head is spinning with trying to learn advanced features on my third day, but I think im in the right direction. If I can get some answers, I hope to post frequently in this section.
2005-02-08 08:35 PM
2005-02-09 08:53 PM