Hello,
I am very new to powerbuilder. I have a screen to save/update Japanese characters in Database. (Sybase ASE)
But I get a DB error code 102. I want to check what is the exact query being run which throws this exception.
Where I can I find the PB logs for this?
I read that there is Pbtrace.log but I cannot find it.
please help.
TIA
Sharmistha
Menu Tools->Database Profiles
Select the profile you use for your database connection and press the "Edit" button.
It opens the Database Profile Setup dialog where you should find the "Generate Trace" option.
Save your change and connect (or reconnect) to the database. PowerBuild should ask you for the log file and what to log.
But remember: This setting is only for SQL that you run in the IDE!