Query generated

Posts   
 
    
Mennisujay
User
Posts: 11
Joined: 25-Feb-2005
# Posted on: 28-Nov-2005 16:09:02   

hi Otis,

I made up my Predicate bucket with many predicate expressions in it, as I had different where conditions.

There is some problem in my where condition, how can I see the query generated for the Predicate bucket ?

Regards Chandu

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 29-Nov-2005 02:14:17   

Use this to see all of the queries generated by llblgen. Place it in your app.config or web.config. There is more about this under troubleshooting. <system.diagnostics> <switches> <add name="SqlServerDQE" value="4" /> <add name="AccessDQE" value="4" /> <add name="OracleDQE" value="4" /> <add name="FirebirdDQE" value="4" /> <add name="MySqlDQE" value="4" /> <add name="DB2DQE" value="4" /> <add name="ORMGeneral" value="0" /> <add name="ORMStateManagement" value="0" /> <add name="ORMPersistenceExecution" value="3" /> </switches> </system.diagnostics>