8 results found
-
244 votes
-
connect dialog
Better connect dialog that includes functionality for 'role', password encryption and browse capabilities for the server and database drop downs.
139 votes -
Improve TVirtualTable
Add Master/Details support
Improve fields.assign method (recover fields caption ...)60 votes -
Add a method to empty table
Add a method to empty table (delete all the table data). For example, it may be called EmptyTable.
26 votesWe have added the method TCustomDADataSet.EmptyTable(const TableName: string);
-
Save empty string fields as NULL
Some databases allow saving an empty string optionally as NULL or as empty string. Query result can differ depending on how the string was saved.
select *
from test_table
where str is null
will return strings that were saved as NULL valuesselect *
from test_table
where str = ''
will return strings that were saved as empty stringsWe can add an EmptyStringAsNull option, which will force saving empty strings as NULL values.
24 votes -
ConnectionDialog improvement(Firebird)
Add possibility to use OS Authentication for login to Firebird database
16 votes -
Replacement for BDE TTable.EmptyTable
the BDE TTable-EmptyTable deletes all records of the table (e.g. Oracle trunc table)
3 votes -
firebird
I noticed that there isn't a category for Firebird. This should be added to the categories list?
1 vote
- Don't see your idea?