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