Carlos H. Cantu
Carlos H. Cantu
If you have a PK field that is also a FK field, you end up with two identical indexes. It would be nice to extend the creation of a foreign...
Firebird 3.0.10 64bits running on Windows Server 2022. Client app is made in Delphi + IBObjects (and FB 3.0.4 fbclient) Server was running fine for months and suddenly applications started...
If the items of a submenu have their RadioItem set as true, the selected (checked) item doesn't appear as checked (the "square" shape around the menuitem image/glyph indicating that it...
Alexandria 11.3 Patch 1 applied When I move a MainForm to a high dpi monitor (window's scale > 100%) the menubar has its fonts scaled correctly, but not the menuitems....
With a FB connection using charset UTF-8: select cast('A' as char(1)) from rdb$database; The result using ibase_fetch_object will be 'A ' ("A" padded with 3 spaces). select cast('A' as varchar(1))...
Occasionally, it becomes necessary to specify certain parameters for a database in the databases.conf file. However, there might be cases where creating an alias for these parameters is not desirable....