![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm using SQL Anywhere 9.0.2.3546. I do not want "COMMENT TO PRESERVE FORMAT" statements in "reload.sql" created from dbunload because I do impact analysis by text-searching "reload.sql". I have tried to execute the following, but subsequent dbunload executions still contain the "Comment to Preserve Format" statements : SET OPTION "PUBLIC"."Preserve_source_format" = 'Off' go It seems there is a corresponding database property db_property ( 'PreserveSource' ). This property remains 'On' even after setting option "Preserve_source_format" to off. I suspect I would have what I need if property 'PreserveSource" were 'Off', but the only way I can find to set it off (option "Preserve_source_format") does not seem to do the trick. Thanks in advance for any help! |
![]() |
| Thread Tools | |
| Display Modes | |
| |