The answer to the DB-Schema (first) question is "with the '-ss
' option", where 'ss
' is mnemonic for 'server-specific'. This will include the data specific to IDS, such as the PUT clause.
The counter-question for the blobspace (second) question is:
- Why do you think it matters which blobspace the blob comes from?
For an individual smart blob, you can find out which blob space a specific smart blob is stored in as long as you are using ESQL/C or one of the related C-based APIs. The function to do this is ifx_lo_specget_sbspace()
, and it is documented in the ESQL/C manual.
I don't know of an SQL-based way of determining the smart blobspace that holds a particular blob.