41 results found
-
244 votes
-
4 votes
-
ConnectionDialog improvement(Firebird)
Add possibility to use OS Authentication for login to Firebird database
16 votes -
Improve TVirtualTable
Add Master/Details support
Improve fields.assign method (recover fields caption ...)60 votes -
firebird
I noticed that there isn't a category for Firebird. This should be added to the categories list?
1 vote -
Creating a Native provider for DBF
Create a Native provider for working with DBF databases, which will work not through ODBC driver, but directly with DBF files.
157 votes -
Interbase transaction for UniDAC
Add full support for Interbase/Firebird transactions to UniDAC.
189 votes -
Adding the AutoCommit property
Add the AutoCommit property to UniDAC, which allows you to set whether Commit will be performed automatically.
110 votes -
Support SQLite in a separate product
Currently we provide UniDAC components for working with SQLite. UniDAC are universal component for database access, they provide universal interface for working with different databases. As it is a universal product, it may lack support for some specific database features in some DBMS.
If we separate SQLite database access to a dedicated product, this will allow support for all specific SQLite features and make SQLite access cheaper, because this product will cost less than UniDAC.
35 votesDevart Team is proud to present LiteDAC – SQLite Data Access Components for Delphi.
To learn about the new product, refer to its page on the Devart website: http://www.devart.com/litedac/ -
Creating a provider for DBF
Creating a separate provider for working with DBF databases will simplify opening such databases (you will need to specify only a path to the DBF files) and will provide support for some specific features of this database.
23 votes -
Support for both Direct and OCI connections in one application
Add support for both Direct and OCI connections in one application.
24 votes -
ConnectionDialog improvements (Oracle)
- Add possibility to choose whether to use Direct mode.
- Add possibility to use OS Authentication
24 votes -
Support for Table-Valued Parameters SQL Server 2008
Add support Table-Valued Parameters for SQL Server 2008
23 votes -
Creating Native providers for Sybase ASE and ASA
Create Native providers, which will work not through ODBC, but through the Native client, for Sybase ASE and ASA.
22 votesDirect Mode is supported for ASE. Now direct connection avoiding ODBC and Native Client is available.
-
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);
-
ConnectionDialog improvement (SQL Server)
Add possibility to use OS Authentication
19 votes -
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 -
Support for FileStream storage SQL Server 2008
Add support for FileStream storage SQL Server 2008
16 votes -
ConnectionDialog improvement (MySQL)
Add possibility to choose whether to use Direct mode.
10 votes -
Support for DML arrays with LOB data type
Add support for DML arrays with LOB data type
3 votes
- Don't see your idea?