Stores the actual binary audio data for the specified recording. You must use sqlite_encode_binary and sqlite_decode_binary to load the audio into the database, and to use the audio once you have retrieved it from the database.
| Column Name | Data Type | Data Length | Default Value | See Also |
| AudioID | INTEGER | N/A | N/A | tblLVST_Audio |
| AudioData | TEXT | variable | N/A | N/A |
N/A
| Foreign key | Reference table | Reference key |
|
AudioID |
tblLVST_Audio |
AudioID |
AudioID
Description: Foreign key to tblLVST_Audio.
Constraint Name: N/A
Constraint Description: N/A
AudioData
Description:The encoded audio data. The data is encoded using sqlite_encode_binary; to use it, you *must* call sqlite_decode_binary to translate it back to the original form.
Constraint Name:N/A
Constraint Description:N/A
Constraint Name: N/A
Constraint Description: N/A
Columns related: N/A