Enumerations | |
enum | MSSQLDatabaseAttributes { CreateOnInstall = 1, DropOnUnInstall = 2, DropOnInstall = 4, CreateOnUnInstall = 16, CheckIfExists = 32 } |
Functions | |
CA_API UINT __stdcall | ConfigDataSource_SQLServer (MSIHANDLE hInstall) |
Create a Microsoft MSSQL DSN using Microsoft MSSQL Driver (*.MDB) More... | |
CA_API UINT __stdcall | CreateDatabases_SQLServer_Deferred (MSIHANDLE hInstall) |
Table-driven deferred custom action that creates Microsoft SQL Server database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension. More... | |
CA_API UINT __stdcall | CreateDatabases_SQLServer_Immediate (MSIHANDLE hInstall) |
Table-driven immediate custom action that creates Microsoft SQL Server database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension. More... | |
CA_API UINT __stdcall | DataFile_SQLServer_Immediate (MSIHANDLE hInstall) |
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension. More... | |
CA_API UINT __stdcall | DataFile_SQLServer_Deferred (MSIHANDLE hInstall) |
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension. More... | |
CA_API UINT __stdcall ConfigDataSource_SQLServer | ( | MSIHANDLE | hInstall | ) |
Create a Microsoft MSSQL DSN using Microsoft MSSQL Driver (*.MDB)
See http://msdn2.microsoft.com/en-us/library/ms811006.aspx for specific parameters.
DSN_NAME | Name for the new DSN. |
DSN_MSSQL_SERVER | The name or label for the connection entry. |
DSN_MSSQL_NETWORK | The name of the Net-Library module to use, in capital letters, without the .dll suffix (for example, DBMSSOCN, not dbmssocn.dll). |
DSN_MSSQL_ADDRESS | The network address of the Windows NT server running SQL Server. |
DSN_MSSQL_DATABASE | The default database for the ODBC data source. |
DSN_MSSQL_TRUSTED_CONNECTION | Specifies whether the data source should use trusted connections when connecting to SQL Server. |
ODBC_FLAG | ODBC flag for SQLConfigDataSource, one of the following:
|
CA_API UINT __stdcall CreateDatabases_SQLServer_Deferred | ( | MSIHANDLE | hInstall | ) |
Table-driven deferred custom action that creates Microsoft SQL Server database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension.
CA_API UINT __stdcall CreateDatabases_SQLServer_Immediate | ( | MSIHANDLE | hInstall | ) |
Table-driven immediate custom action that creates Microsoft SQL Server database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension.
CA_API UINT __stdcall DataFile_SQLServer_Deferred | ( | MSIHANDLE | hInstall | ) |
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension.
CA_API UINT __stdcall DataFile_SQLServer_Immediate | ( | MSIHANDLE | hInstall | ) |
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension.
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |