]>
Commit | Line | Data |
---|---|---|
1 | //---------------------------------------------------------------------------------------- | |
2 | // Name: BrowserDB.h,cpp | |
3 | // Purpose: a wxDB class | |
4 | // Author: Mark Johnson | |
5 | // Modified by: | |
6 | // Created: 19991127.mj10777 | |
7 | // Copyright: (c) Mark Johnson | |
8 | // Licence: wxWindows license | |
9 | // RCS-ID: $Id$ | |
10 | //---------------------------------------------------------------------------------------- | |
11 | //-- 1) | |
12 | //---------------------------------------------------------------------------------------- | |
13 | //-- all #ifdefs that the whole Project needs. ------------------------------------------- | |
14 | //---------------------------------------------------------------------------------------- | |
15 | #ifdef __GNUG__ | |
16 | #pragma implementation | |
17 | #pragma interface | |
18 | #endif | |
19 | //---------------------------------------------------------------------------------------- | |
20 | // For compilers that support precompilation, includes "wx/wx.h". | |
21 | #include "wx/wxprec.h" | |
22 | //---------------------------------------------------------------------------------------- | |
23 | #ifdef __BORLANDC__ | |
24 | #pragma hdrstop | |
25 | #endif | |
26 | //---------------------------------------------------------------------------------------- | |
27 | #ifndef WX_PRECOMP | |
28 | #include "wx/wx.h" | |
29 | #endif | |
30 | //---------------------------------------------------------------------------------------- | |
31 | #include "std.h" | |
32 | //---------------------------------------------------------------------------------------- | |
33 | // Global structure for holding ODBC connection information | |
34 | // - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ? | |
35 |