|
|
||
|
|
| SQLBinary[data] represents raw binary data that can be stored in a database. |
Needs["DatabaseLink`"] If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the DatabaseExamples` package, as described in Using the Example Databases.
Here is a plot:
This generates a string that contains the image in GIF format:
This shows part of the string:
This converts the string into a list of bytes wrapped in SQLBinary:
This inserts the data:
This retrieves the data:
This converts it back into a string:
Here is the imported image:
|
| © 2008 Wolfram Research, Inc. |