]> git.saurik.com Git - wxWidgets.git/blame - demos/dbbrowse/browsedb.cpp
Add system fonts
[wxWidgets.git] / demos / dbbrowse / browsedb.cpp
CommitLineData
b5ffecfc
GT
1//---------------------------------------------------------------------------
2// Name: BrowserDB.h,cpp
3// Purpose: a wxDB;
4// Author: Mark Johnson, mj10777@gmx.net
5// Modified by:
6// Created: 19991127.mj10777
7// Copyright: (c) Mark Johnson
8// Licence: wxWindows license
c09d434d 9// RCS-ID: $Id$
b5ffecfc
GT
10//---------------------------------------------------------------------------
11//-- 1)
12//---------------------------------------------------------------------------
13//-- all #ifdefs that the whole Project needs. ------------------------------
14//---------------------------------------------------------------------------
15#ifdef __GNUG__
b5ce269b
BJ
16#pragma implementation
17#pragma interface
b5ffecfc
GT
18#endif
19//---------------------------------------------------------------------------
20// For compilers that support precompilation, includes "wx/wx.h".
21#include "wx/wxprec.h"
22//---------------------------------------------------------------------------
23#ifdef __BORLANDC__
b5ce269b 24#pragma hdrstop
b5ffecfc
GT
25#endif
26//---------------------------------------------------------------------------
27#ifndef WX_PRECOMP
b5ce269b 28#include "wx/wx.h"
b5ffecfc
GT
29#endif
30//---------------------------------------------------------------------------
31#include <wx/dbtable.h>
32#include "std.h"
13b59a33 33#include <iostream>
b5ffecfc
GT
34//---------------------------------------------------------------------------
35// Global structure for holding ODBC connection information
36// - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
37