-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSQLManager.ct
340 lines (256 loc) · 3.21 KB
/
SQLManager.ct
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
## version $VER: XX.catalog XX.XX (XX.XX.XX)
## codeset X
## language X
;
MSG_ERROR
; SQL Manager Error
;
MSG_OK
; Ok
;
MSG_SAVE
; Save
;
MSG_USE
; Use
;
MSG_CANCEL
; Cancel
;
MSG_ABORT
; Abort
;
MSG_ADD
; Add
;
MSG_REMOVE
; Remove
;
MSG_SORT
; Sort
;
MSG_YESNO
;Yes|No
;
MSG_YESNOCANCEL (//64)
;Yes|No|Cancel
;
MSG_ERROR_LOADING_ODBC
;Error while connecting to ODBC!
;
MSG_CONNECT_DSN
; Connect to an ODBC data source
;
MSG_SELECT_DSN
; Select the DSN to use
;
MSG_ENTER_CREDENTIALS
; Enter the credentials to access the server
;
MSG_USERNAME
; Username :
;
MSG_PASSWORD
; Password :
;
MSG_DSN_MANAGER
; _DSN Manager
;
MSG_BUTTON_CONNECT
; _Connect
;
MSG_BUTTON_CANCEL
; _Cancel
;
MSG_ERROR_LISTING_TABLES
; Error when listing Database tables!
;
MSG_ERROR_LAUNCHING_IODBC
;Error when launching iODBC!
;
MSG_MENU_FILE
;File
;
MSG_MENU_NEW
;New
;
MSG_MENU_LOAD_FILE
;Load File..
;
MSG_MENU_SAVE
;Save
;
MSG_MENU_SAVE_AS
;Save As..
;
MSG_MENU_ABOUT
;About
;
MSG_MENU_EXIT
;Exit
;
MSG_MENU_EDIT
;Edit
;
MSG_MENU_UNDO
;Undo
;
MSG_MENU_REDO
;Redo
;
MSG_MENU_CUT
;Cut
;
MSG_MENU_COPY
;Copy
;
MSG_MENU_PASTE;
;Paste
;
MSG_MENU_QUERY
;Query
;
MSG_MENU_EXECUTE_QUERY
;Execute Query
;
MSG_MENU_STOP_QUERY
;Stop Query
;
MSG_MENU_SHOW_RESULTS
;Show Results
;
MSG_MENU_SHOW_AS_GRID
;as Grid
;
MSG_MENU_SHOW_AS_TEXT
;as Text
;
MSG_MENU_SAVE_AS_TEXT
;Save Results in a text File
;
MSG_MENU_SAVE_AS_XML
;Save Results in a XML File
;
MSG_SB_BUTTON_NEW
;Create a new query
;
MSG_SB_BUTTON_OPEN
;Open an existent query file
;
MSG_SB_BUTTON_SAVE
;Save the current query
;
MSG_SB_BUTTON_CUT
;Cut
;
MSG_SB_BUTTON_COPY
;Copy
;
MSG_SB_BUTTON_PASTE
;Paste
;
MSG_SB_BUTTON_UNDO
;Undo
;
MSG_SB_BUTTON_REDO
;Redo
;
MSG_SB_BUTTON_START_QUERY
;Start Query
;
MSG_SB_BUTTON_STOP_QUERY
;Stop Query
;
MSG_SB_BUTTON_CONNECT_DB
;Connect to Data Source
;
MSG_SB_BUTTON_DISCONNECT_DB
;Disconnect from current Data Source
;
MSG_DISCONNECT_FROM_DB
;Do you want to disconnect from current Data Source?
;
MSG_ERR_OUTOFMEM
;Out of memory
;
MSG_NOT_CONNECTED
;Not Connected
;
MSG_CONNECTED
;Connected
;
MSG_QUERY_DONE
;Done
;
MSG_QUERY_CHANGED
;Query file has changed. Do you want to save it?
;
MSG_STARTING_QUERY
;Starting query..
;
MSG_STOPPING_QUERY
;Stopping query..
;
MSG_ERROR_READING_FILE
;Error when reading the file!
;
MSG_ERROR_MENU
;Cannot create the Menu!
;
MSG_ERROR_LOCKWB
;Cannot lock workbench screen!
;
MSG_ERROR_CLIPBOARD
;Clipboard data has no valid text!
;
MSG_ASL_OPENFILE
;Open a Query file
;
MSG_ASL_SAVEFILE
;Save a Query file
;
MSG_ASL_FILEEXISTS
;File already exists! Do you want to replace it?
;
MSG_STS_STATUS_HI
;Query status
;
MSG_STS_DBNAME_HI
;Database name
;
MSG_STS_CONNSTATUS_HI
;Connection status
;
MSG_STS_CURRENTUSER_HI
;Current user
;
MSG_STS_CURX_HI
;Current cursor X position
;
MSG_STS_CURY_HI
;Current cursor Y position
;
MSG_STS_TEXTCHANGED_HI
;This panel show if the text has changed into the query manager
;
MSG_RESULTTYPE_TABLES
;Tables
;
MSG_RESULTTYPE_VIEWS
;Views
;
MSG_RESULTTYPE_SYSTABLES
;Sys Tables
;
MSG_RESULTTYPE_ALL
;All
;
MSG_RESULTS_FILENAME
;Choose the filename to save the results
;
MSG_ROWS_RETURNED
;rows returned.
;
MSG_ERROR_NOMEMFORQUERY
;Not enough memory to execute the query!
;