SE_dbtuneinfo_write_file

Write all DBTUNE data to a specified file

Usage syntax

LONG SDEAPI SE_dbtuneinfo_write_file(LONG keyword_count, const SE_DBTUNEKEYWORD keywordInfoList, const ACHAR *file_name);

Parameters
keyword_count Total # of keyword records
keywordInfoList The fetched DBTUNE data
file_name Output file name to write data to
Description

This function writes a list of all data (from an input SE_DBTUNEKEYWORD structure) to a user-specified file. This function replaces the former API SE_connection_export_dbtune().

Returns

SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_DBTUNEKEYWORD_OBJECT
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST