TV Chat service has support for exporting the chat to external data storage.
TV Chat service performs export operation each time a new item becomes visible, or a visible item becomes not visible.
The contents of this topic:
Exporting to file
When the change in the visible content of the chat occurs, SMS Studio updates the file to reflect the changes.
Depending on the Delete not visible items option, there are two different methods used for exporting:
Note that the external application, which reads the file, will not be able to access the file at the times the file is updated.
Exporting to database
When the change in the visible content of the chat occurs, SMS Studio updates the table in the database to reflect the changes.
The table used for exporting should have the following fields:
ID - The auto-incremented integer value that is used as the unique ID of the record in the table.
MsgID - The unique integer value, assigned and used by SMS Studio.
MsgText - The text of the chat item.
The new record is inserted into the table each time the new item is becoming visible.
If the Delete not visible items option is turned on, then the chat item which is becoming invisible is deleted from the table.
None - Do not export chat.
ODBC Data Source - Export chat to a database through ODBC interface.
Text file - Export chat to a text file.
| Copyright © 2002-2007 CodeSegment. All rights reserved. |