This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: 130 create-domain | |
info: 131 create-schema | |
info: 132 create-table | |
info: 133 create-translation | |
info: 134 create-view | |
info: 136 drop-assertion | |
info: 137 drop-character-set | |
info: 138 drop-collation | |
info: 139 drop-domain | |
info: 140 drop-schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SQLGetInfo(144) 0 | |
] | |
info: 145 dynamic-cursor-attributes2 | |
PICK-METADATA [ | |
SQLGetInfo(145) 0 | |
] | |
info: 146 forward-only-cursor-attributes1 | |
PICK-METADATA [ | |
SQLGetInfo(146) 0 | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////////////////////////////////// | |
SQLGetInfo(142) 0 | |
] | |
info: 143 drop-view | |
PICK-METADATA [ | |
SQLGetInfo(143) 0 | |
] | |
info: 144 dynamic-cursor-attributes1 | |
PICK-METADATA [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////////// Without debug /////////////////// | |
>> do %odbc-test.red | |
[attributi] | |
-------------------------------------------------------------------------------- | |
--------------------------------------------------- | |
0375A1E8: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///////// CODE: | |
cn: switch 'b-ok con | |
st: open cn | |
st/state/window: 1 | |
st/state/cursor: 'static | |
columns: insert st "select top 1 * from cf where attributi is not null " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
id-do-tes "Id_DoTes" 4 10 0 0 handle! 4 handle! | |
cd-do "Cd_Do" 1 3 0 0 handle! 8 handle! | |
tipo-documento "TipoDocumento" 1 1 0 0 handle! 4 handle! | |
do-bit-mask "DoBitMask" 4 10 0 0 handle! 4 handle! | |
cd-cf "Cd_CF" 1 7 0 0 handle! 16 handle! | |
cd-cf-fatt "Cd_CF_Fatt" 1 7 0 1 handle! 16 handle! | |
cd-cf-fatt-r "Cd_CF_Fatt_R" 1 7 0 0 handle! 16 handle! | |
cli-for "CliFor" 1 1 0 0 handle! 4 handle! | |
cd-aliquota-e "Cd_Aliquota_E" 1 3 0 1 handle! 8 handle! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
] | |
info: 129 create-collation | |
PICK-METADATA [ | |
SQLGetInfo(129) 0 | |
] | |
info: 130 create-domain | |
PICK-METADATA [ | |
SQLGetInfo(130) 0 | |
] | |
info: 131 create-schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
] | |
info: 120 batch-row-count | |
PICK-METADATA [ | |
SQLGetInfo(120) 0 | |
] | |
info: 121 batch-support | |
PICK-METADATA [ | |
SQLGetInfo(121) 0 | |
] | |
info: 127 create-assertion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PICK-METADATA [ | |
SQLGetInfo(41) 0 | |
-------------------------------------------------------------------------------- | |
--------------------------------------------------- | |
00359CB0: 2e | |
. | |
-------------------------------------------------------------------------------- | |
--------------------------------------------------- | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
Name: "Power Selector" | |
Purpose: "Demostrate the working scenario of relative paths" | |
Notes: { | |
Idea: Giuseppe Chillemi | |
Path operator: Toomas Vooglaid | |
} | |
] | |
;---- Create the new "///" operator |