Version: 1.0.0
database/setup.h
Go to the documentation of this file.
1 #ifndef _WX_DATABASE_SETUP_H_
2 #define _WX_DATABASE_SETUP_H_
3  //This file remains for historical reasons AND the exceptions activation
4  //It will be removed in future after removing support for exception
5  //TODO: Remove exceptions and Use TRUE/FALSE for testing success AND GetLastErrorxx for getting error
6 
7 // Use database exceptions. Recommended.
8 //
9 // Default is 1
10 //
11 // Recommended setting: 1
12 #define wxUSE_DATABASE_EXCEPTIONS 1
13 
14 #endif//_WX_DATABASE_SETUP_H_
15