Click here to Skip to main content
15,886,067 members
Articles / Database Development / SQL Server

Database Visualization

Rate me:
Please Sign up or sign in to vote.
4.60/5 (11 votes)
31 May 20067 min read 81.6K   2.8K   77  
This article aims to create a simple tool for visualizing database tables and relations, a database map to refer to.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by QueryBuilder.rc
//
#define IDD_QUERYBUILDER_DIALOG         102
#define IDR_MAINFRAME                   128
#define IDI_ICON_SMILEY                 133
#define IDD_DLG_DB_CONNECTION           135
#define IDD_DLG_SELECT_COLUMNS          136
#define IDD_DLG_SELECT_RELATIONS        137
#define IDB_BMP_LOGO                    137
#define IDD_DLG_GENERATE_CODE           138
#define IDB_BMP_LIST_ICONS              139
#define IDC_BTN_CONNECT_TO_DB           1000
#define IDC_CMB_DATABASES               1001
#define IDC_CMB_SERVERS                 1001
#define IDC_BTN_REFRESH_SERVER_LIST     1003
#define IDC_COMBODATABASE               1005
#define IDC_COMBODATABASES              1005
#define IDC_EDITUSERID                  1006
#define IDC_EDITPASSWORD                1007
#define IDC_BTN_CONNECT                 1012
#define IDC_BTN_ADD_RELATION            1018
#define IDC_LIST_RELATIONS              1019
#define IDC_BTN_DELETE_RELATION         1020
#define IDC_BTN_CLEAR_ALL_RELATIONS     1021
#define IDC_BTN_MOVE_FIRST              1022
#define IDC_BTN_MOVE_UP                 1023
#define IDC_BTN_MOVE_DOWN               1024
#define IDC_BTN_MOVE_LAST               1025
#define IDC_BTN_CREATE_QUERY            1026
#define IDC_BTN_CREATE_DIAGRAM          1027
#define IDC_BTN_MOVE_COLS_FIRST         1028
#define IDC_COMBO_TABLE_ONE             1029
#define IDC_COMBO_TABLE_TWO             1030
#define IDC_COMBO_COLUMN_ONE            1031
#define IDC_COMBO_COLUMN_TWO            1032
#define IDC_COMBO_TABLE                 1033
#define IDC_COMBO_COLUMN                1034
#define IDC_BTN_ADD_COLUMN              1035
#define IDC_LIST_SELECTED_COLUMNS       1036
#define IDC_BTN_DELETE_COLUMN           1037
#define IDC_BTN_CLEAR_ALL_SEL_COLUMNS   1038
#define IDC_BTN_GENERATE_VC_CODE        1040
#define IDC_BTN_GENERATE_VB_CODE        1041
#define IDC_BTN_MOVE_COLS_UP            1042
#define IDC_BTN_MOVE_COLS_DOWN          1043
#define IDC_BTN_MOVE_COLS_LAST          1044
#define IDC_EDIT_COMMENTS               1046
#define IDC_CHECK_SHOW_QUERY            1056
#define IDC_CHECK_SHOW_DIAGRAM          1057
#define IDC_COMBO_PROG_LANGUAGE         1058
#define IDC_COMBO_CODE_TYPE             1059
#define IDC_BTN_GENERATE_CODE           1060
#define IDC_STATIC_WEB_LINK             1061
#define IDC_BTN_LIST_BUDDY              1062
#define IDC_COMBO_IMAGE_FORMAT          1063
#define IDC_CHECK_SHOW_LABELS           1064

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        140
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1065
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Founder
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions