How do i... see the generated sql that llblgen pro produces

Posts   
 
    
Posts: 2
Joined: 27-Jun-2005
# Posted on: 06-Mar-2007 17:20:19   

... as i need to debug why one of my filters isnt working...

Cheers John

Jessynoo avatar
Jessynoo
Support Team
Posts: 296
Joined: 19-Aug-2004
# Posted on: 06-Mar-2007 18:02:01   

Hi, you may activate tracing for that:

Have a look at Generated code - Troubleshooting and debugging in the manual. Alternatively, if you may choose to rebuild and reference the runtime libraries from their projects source code, which allows to tap on the IQuery Ado.Net components at debug time.

Cheers

Posts: 2
Joined: 27-Jun-2005
# Posted on: 06-Mar-2007 20:02:27   

thanks very much.. added the tracing stuff and it was all good.

Ta John