
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
[from sp_register_character_set]
id = 255;
for select rdb$character_set_id
from rdb$character_sets
order by rdb$character_set_id desc
into :temp_id do
begin
if (temp_id = id) then
id = id - 1;
else
break;
end
---------
RDB$CHARACTER_SETS::RDB$CHARACTER_SET_ID has no a verification of value
---------
Also. I looked the data at RDB$TYPES. This table has the rows with equal data. It's correct?
|
|
Description
|
[from sp_register_character_set]
id = 255;
for select rdb$character_set_id
from rdb$character_sets
order by rdb$character_set_id desc
into :temp_id do
begin
if (temp_id = id) then
id = id - 1;
else
break;
end
---------
RDB$CHARACTER_SETS::RDB$CHARACTER_SET_ID has no a verification of value
---------
Also. I looked the data at RDB$TYPES. This table has the rows with equal data. It's correct? |
Show » |
|