SqlServer.h
Go to the documentation of this file.
1 #pragma once
2 
42 CA_API UINT __stdcall ConfigDataSource_SQLServer(MSIHANDLE hInstall);
43 
48 CA_API UINT __stdcall CreateDatabases_SQLServer_Immediate(MSIHANDLE hInstall);
49 
54 CA_API UINT __stdcall CreateDatabases_SQLServer_Deferred(MSIHANDLE hInstall);
55 
60 CA_API UINT __stdcall DataFile_SQLServer_Immediate(MSIHANDLE hInstall);
61 
66 CA_API UINT __stdcall DataFile_SQLServer_Deferred(MSIHANDLE hInstall);
CA_API UINT __stdcall DataFile_SQLServer_Deferred(MSIHANDLE hInstall)
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc...
Definition: SqlServer.cpp:374
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall CreateDatabases_SQLServer_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that creates Microsoft SQL Server database. Use in combination w...
Definition: SqlServer.cpp:99
CA_API UINT __stdcall ConfigDataSource_SQLServer(MSIHANDLE hInstall)
Create a Microsoft MSSQL DSN using Microsoft MSSQL Driver (*.MDB)
Definition: SqlServer.cpp:6
CA_API UINT __stdcall DataFile_SQLServer_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc...
Definition: SqlServer.cpp:239
CA_API UINT __stdcall CreateDatabases_SQLServer_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that creates Microsoft SQL Server database. Use in combination wi...
Definition: SqlServer.cpp:34


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com