What's New in SQL Anywhere Studio
What's New in Version 7.0.0
Behavior changes in version 7.0.0
The following behavior has changed in version 7.0:
dbxtract uses internal unload The default behavior of dbxtract is now to use the UNLOAD statement to unload data on the server side, rather than the OUTPUT statement to unload data on the client side. The -ii
, -ix
, -xi
, -xx
options allow you to choose which combination of internal and external operations to use, and replace the options -i
and -x
available in previous releases.
For a complete listing of options, see The extraction utility.