Preference
|
Description
|
Example of New Setting
|
---|
Read NULL strings as
|
How NULL strings in a database are represented when imported into MATLAB. For the new setting, empty , the NULL data in the example results, will now appear as empty Previously, the NULL data appeared as null values,
|
empty
|
Read NULL numbers as
|
How NULL numbers in a database are represented when imported into MATLAB. For the new setting, 0, the NULL data in the example results, will now appear as 0 s. Previously, the NULL data appeared as NaN values,
|
0
|
Write NULL strings from
|
Any strings in the specified format, for example, null are represented as NULL when exported to a database. For the new setting, null , data whose value is null will be exported as NULL .
|
null
|
Write NULL numbers from
|
Any numbers in the specified format, for example, NaN are represented as NULL when exported to a database. For the new setting, Inf , data whose value is Inf will be exported as NULL .
|
Inf
|
Data return format
|
Format for data imported into MATLAB. Select a value based on the type of data you are importing, memory considerations, and your preferred method of working with retrieved data. Because the results are all numeric, you can change to the new value, numeric , to reduce memory required.
|
numeric
|
Error handling
|
Behavior for handling errors when importing data. In the Visual Query Builder, setting the value to store or empty means any errors are reported in a dialog box rather than the Command Window. For the new value, report , any errors from running the query display immediately in the Command Window.
|
report
|