DataSource.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace AppSecInc
4 {
5  namespace Databases
6  {
7  namespace ODBC
8  {
10  namespace ODBCDataSource
11  {
13  void Configure(WORD fRequest, const std::wstring& driver, const std::wstring& attributes);
15  std::vector<ODBCError> GetErrors();
17  std::wstring GetError();
18  };
19  }
20  }
21 }
22 
23 
24 
25 
26 
27 
28 
29 
std::vector< ODBCError > GetErrors()
retrieves errors from SQLInstallerError
Definition: DataSource.cpp:24
std::wstring GetError()
retrieves a combined string error from SQLInstallerError
Definition: DataSource.cpp:49
void Configure(WORD fRequest, const std::wstring &driver, const std::wstring &attributes)
adds, modifies, or deletes data sources
Definition: DataSource.cpp:7


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