00001 #pragma once 00002 00003 namespace AppSecInc 00004 { 00005 namespace Databases 00006 { 00007 namespace ODBC 00008 { 00010 namespace ODBCDataSource 00011 { 00013 void Configure(WORD fRequest, const std::wstring& driver, const std::wstring& attributes); 00015 std::vector<ODBCError> GetErrors(); 00017 std::wstring GetError(); 00018 }; 00019 } 00020 } 00021 } 00022 00023 00024 00025 00026 00027 00028 00029
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |