• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/

Lines Matching refs:BrowserDB

2 // Name:        BrowserDB.h,cpp
75 BrowserDB::BrowserDB()
83 } // BrowserDB Constructor
86 BrowserDB::~BrowserDB()
89 } // BrowserDB destructor
92 bool BrowserDB::Initialize(int Quiet)
96 wxLogMessage(_("\n\n-E-> BrowserDB::OnStartDB(%s) : Failed ! "),ODBCSource.c_str());
100 } // BrowserDB:Initialize
103 bool BrowserDB::OnStartDB(int Quiet)
107 wxLogMessage(_("\n-I-> BrowserDB::OnStartDB(%s) : Begin "),ODBCSource.c_str());
111 wxLogMessage(_("\n-I-> BrowserDB::OnStartDB() : DB is already open."));
153 wxLogMessage(_("\n-E-> BrowserDB::OnConnectDataSource() DB CONNECTION ERROR : Unable to connect to the data source.\n\nCheck the name of your data source to verify it has been correctly entered/spelled.\n\nWith some databases, the user name and password must\nbe created with full rights to the table prior to making a connection\n(using tools provided by the database manufacturer)"));
154 wxLogMessage(_("-I-> BrowserDB::OnStartDB(%s) : End - Time needed : %ld ms"),ODBCSource.c_str(),sw.Time());
164 wxLogMessage(_("-I-> BrowserDB::OnGetDataSourceODBC() - DatabaseName(%s) ; DataSource(%s)"),Temp1.c_str(),Temp2.c_str());
165 wxLogMessage(_("-I-> BrowserDB::OnStartDB(%s) : End - Time needed : %ld ms"),ODBCSource.c_str(),sw.Time());
177 bool BrowserDB::OnCloseDB(int Quiet)
180 wxLogMessage(_("-I-> BrowserDB::OnCloseDB() : Begin "));
191 wxLogMessage(_("\n-I-> BrowserDB::OnCloseDB() : End "));
196 bool BrowserDB::OnGetNext(int Cols,int WXUNUSED(Quiet))
210 Temp0.Printf(_("\n-E-> BrowserDB::OnGetNext - ODBC-Error with GetNext \n-E-> "));
249 Temp0.Printf(_("\n-E-> BrowserDB::OnGetNext - ODBC-Error with GetNext of >%s<.\n-E-> "),(cl_BrowserDB+i)->tableName);
260 Temp0.Printf(_("\n-E-> BrowserDB::OnGetData - ODBC-Error with GetNext \n-E-> "));
273 Temp0.Printf(_("\n-E-> BrowserDB::OnGetData - ODBC-Error with GetNext \n-E-> "));
293 Temp0.Printf(_("\n-E-> BrowserDB::OnGetData - ODBC-Error with GetNext \n-E-> "));
326 wxLogMessage(_("-E-> BrowserDB::OnGetNext - DB_DATA_TYPE_?? (%d) in Col(%s)"),(cl_BrowserDB+i)->pColFor->i_dbDataType,Temp0.c_str());
341 bool BrowserDB::OnSelect(wxString tb_Name, int Quiet)
351 Temp0.Printf(_("\n-E-> BrowserDB::OnSelect - ODBC-Error with ExecSql of >%s<.\n-E-> "),tb_Name.c_str());
354 wxMessageBox(_T("-E-> BrowserDB::OnSelect - GetData()"));
365 Temp0.Printf(_("\n-E-> BrowserDB::OnSelect - ODBC-Error with ExecSql of >%s<.\n-E-> "),tb_Name.c_str());
375 wxLogMessage(_("\n-I-> BrowserDB::OnSelect(%s) Records(%d): End - Time needed : %ld ms"),tb_Name.c_str(),i_Records,sw.Time());
381 bool BrowserDB::OnExecSql(wxString SQLStmt, int Quiet)
386 Temp0.Printf(_("\n-E-> BrowserDB::OnExecSQL - ODBC-Error with ExecSql of >%s<.\n-E-> "),SQLStmt.c_str());
391 wxMessageBox(_T("-E-> BrowserDB::OnExecSql - ExecSql()"));
396 // wxLogMessage(_("\n-I-> BrowserDB::OnExecSql(%s) - End - Time needed : %ld ms"),SQLStmt.c_str(),sw.Time());
402 wxDbInf* BrowserDB::OnGetCatalog(int WXUNUSED(Quiet))
411 wxDbColInf* BrowserDB::OnGetColumns(wxChar *tableName, UWORD numCols, int WXUNUSED(Quiet))
433 void BrowserDB::PointerToNULL(int Art)
460 void BrowserDB::OnFillSqlTyp()
489 void BrowserDB::OnFilldbTyp()