Skip to content

Delphi Data Access Components

Delphi Data Access Components is a line of DB connectivity solutions for such databases as: Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, Microsoft Access, DB2, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise, and other databases (using ODBC provider).

http://www.devart.com/dac.html

Delphi Data Access Components

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

41 results found

  1. 244 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  8 comments  ·  Common  ·  Admin →
  2. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  3. Add possibility to use OS Authentication for login to Firebird database

    16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Common  ·  Admin →
  4. Add Master/Details support
    Improve fields.assign method (recover fields caption ...)

    60 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  3 comments  ·  Common  ·  Admin →
  5. I noticed that there isn't a category for Firebird. This should be added to the categories list?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Common  ·  Admin →
  6. Create a Native provider for working with DBF databases, which will work not through ODBC driver, but directly with DBF files.

    157 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  17 comments  ·  UniDAC  ·  Admin →
  7. Add full support for Interbase/Firebird transactions to UniDAC.

    189 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  UniDAC  ·  Admin →
  8. Add the AutoCommit property to UniDAC, which allows you to set whether Commit will be performed automatically.

    110 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  UniDAC  ·  Admin →
  9. 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 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  SQLite  ·  Admin →
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  UniDAC  ·  Admin →
  11. Add support for both Direct and OCI connections in one application.

    24 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Oracle  ·  Admin →
    • Add possibility to choose whether to use Direct mode.
    • Add possibility to use OS Authentication
    24 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Oracle  ·  Admin →
  12. Add support Table-Valued Parameters for SQL Server 2008

    23 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  SQL Server  ·  Admin →
  13. Create Native providers, which will work not through ODBC, but through the Native client, for Sybase ASE and ASA.

    22 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  UniDAC  ·  Admin →
  14. Add a method to empty table (delete all the table data). For example, it may be called EmptyTable.

    26 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Common  ·  Admin →
  15. Add possibility to use OS Authentication

    19 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  SQL Server  ·  Admin →
  16. 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 values

    select *
    from test_table
    where str = ''
    will return strings that were saved as empty strings

    We can add an EmptyStringAsNull option, which will force saving empty strings as NULL values.

    24 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Common  ·  Admin →
  17. Add support for FileStream storage SQL Server 2008

    16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  SQL Server  ·  Admin →
  18. Add possibility to choose whether to use Direct mode.

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  MySQL  ·  Admin →
  19. Add support for DML arrays with LOB data type

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Oracle  ·  Admin →
  • Don't see your idea?