<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Queries on Current Project - Professional Plus</title><link>https://communities.bentley.com/products/geotechnical1/f/geotechnical-forum/207769/queries-on-current-project---professional-plus</link><description>We have some queries that are used in separate gINT project using gINT Professional. 
 When the same queries are run when the projects have been upsized to Professional Plus then they don&amp;#39;t run, despite all of the relevant tables and libraries existing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Queries on Current Project - Professional Plus</title><link>https://communities.bentley.com/thread/626810?ContentTypeID=1</link><pubDate>Mon, 28 Dec 2020 10:28:04 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d82d20f5-1f7f-4ba9-a441-ad3ae0a5c529</guid><dc:creator>Phil Wade</dc:creator><description>&lt;p&gt;Hi Paul&lt;/p&gt;
&lt;p&gt;I think the problems is you are joining to a table in the library. The project is SQL Server and library&amp;nbsp;is Access.&amp;nbsp; You should try sub queries&lt;/p&gt;
&lt;p&gt;select [POINT].[Type], &lt;br /&gt;(select [DG_COM_HOLE_TYPE].[Description] from [o:\dgdt-dlst 5.05.0 lib.glb].[DG_COM_HOLE_TYPE] where [DG_COM_HOLE_TYPE].[Code] = [POINT].[Type]) from POINT&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;have found it more stable to use [&amp;lt;library path name&amp;gt;].[TableName] rather than: IN &amp;#39;lib...&amp;#39;&lt;/p&gt;
&lt;p&gt;You will need to add: where [gINTProjectID] = &amp;#39;&amp;lt;integer number&amp;gt;&amp;#39;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>