Objectmix
Tags Register Mark Forums Read

GLORP Transcript : Smalltalk

This is a discussion on GLORP Transcript within the Smalltalk forums in Programming Languages category; Hi, Can anyone help me to get the SQL created through GLOP echoed to the Transcript. Regds,...


Object Mix > Programming Languages > Smalltalk > GLORP Transcript

Reply

 

LinkBack Thread Tools
  #1  
Old 05-22-2006, 12:46 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default GLORP Transcript

Hi,

Can anyone help me to get the SQL created through GLOP echoed to the
Transcript.

Regds,
Reply With Quote
  #2  
Old 05-22-2006, 01:06 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: GLORP Transcript

> Can anyone help me to get the SQL created through GLOP echoed to the
> Transcript.


I'm used to send #logging: to the db accessor.
Reply With Quote
  #3  
Old 05-22-2006, 04:17 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: GLORP Transcript

Can You be more precise

Thanks,

Michel Bany a écrit :
>> Can anyone help me to get the SQL created through GLOP echoed to the
>> Transcript.

>
> I'm used to send #logging: to the db accessor.

Reply With Quote
  #4  
Old 05-23-2006, 02:10 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: GLORP Transcript

maarten a écrit :
> Can You be more precise


Your GlorpSession object maintains a reference to a DatabaseAccessor
object. The GlorpSession object provides #accessor that lets you
access its DatabaseAccessor. You can send #logging: to the
DatabaseAccessor object using something like this:

myGlorpSession accessor logging: true

The above will enable Transcript logging only for this GlorpSession.

If you need logging for all the GlorpSession objects, you can also do
something like this:

DatabaseAccessor loggingEnabled: true

HTH
Michel.
Reply With Quote
  #5  
Old 05-24-2006, 01:57 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: GLORP Transcript

Thanks this works perfectly

Michel Bany a écrit :
> maarten a écrit :
>> Can You be more precise

>
> Your GlorpSession object maintains a reference to a DatabaseAccessor
> object. The GlorpSession object provides #accessor that lets you
> access its DatabaseAccessor. You can send #logging: to the
> DatabaseAccessor object using something like this:
>
> myGlorpSession accessor logging: true
>
> The above will enable Transcript logging only for this GlorpSession.
>
> If you need logging for all the GlorpSession objects, you can also do
> something like this:
>
> DatabaseAccessor loggingEnabled: true
>
> HTH
> Michel.

Reply With Quote
Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
ANN: Mobile & Embeddded Dev Chat Transcript now available usenet DOTNET 2 08-31-2007 12:51 PM
Returned mail: see transcript for details usenet Python 0 06-11-2007 03:19 PM
Transcript Window usenet Smalltalk 2 01-28-2007 09:20 AM
accessing the system transcript usenet Smalltalk 7 11-16-2006 05:01 AM
[FR] Evaluate expressions in Transcript usenet Smalltalk 6 09-28-2006 01:50 PM


All times are GMT -5. The time now is 03:31 PM.