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. Current we need to deplay the sqlite.dll. With static binded sqlite-functions we don't need to deplay another file. Also it could better suported, because there is always the same version. But only make it a "fallback"-option, so that own dll's can also be used.

    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  ·  0 comments  ·  SQLite  ·  Admin →
  2. 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 →
  3. Make migration wizard from FIB

    18 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  ·  Admin →
  4. 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 →
  5. There is a very serious safety problem in ODAC: in runtime a hacker can steal the database password, user, server parameters and can crack your database. Only needs to steal theese data: download and run userdump.exe from
    http://www.microsoft.com/en-us/download/details.aspx?id=4060
    than save the memory into a file. This dump file containts the password, user and server properties of TOraSession.

    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  ·  1 comment  ·  Oracle  ·  Admin →
  6. 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 →
  7. 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 →
  8. Support MDOSYS spatial data with direct TCP/IP connectivity.

    9 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 →
  9. 7 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 →
  10. Need a UniDac provider/connector for FireMonkey that support MSSQL Server.

    6 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 →
  11. Currently direct mode is only supported in Windows for the UniDAC Sqlite components. In my project I need all platform to be supported.
    This would help a lot.

    6 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  ·  SQLite  ·  Admin →
  12. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  13. the BDE TTable-EmptyTable deletes all records of the table (e.g. Oracle trunc table)

    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  ·  1 comment  ·  Common  ·  Admin →
  14. 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 →
  15. Can the use of the IN() command be available in the filter property of the TMSQuery (SDAC) component? ex. EmpID IN('a','b','c'). This is available in the filterSQL property, but not the filter property.

    Thanks

    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  ·  Admin →
  16. Add the ability to manually assign the RecordCount property (in an Event) to improve performance when working with large data sets.

    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  ·  1 comment  ·  InterBase  ·  Admin →
  17. I started a new project with UniDAC 6.01 and SQLite and I found out that the encryption support is only handled in Windows 32bit. I would like to have this possibility for all platforms: iOS, Android, MacOS and Win64.

    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  ·  SQLite  ·  Admin →
  18. Now, all NULL output parameters has Value = Unassigned (although MSSQL returns NULL), if i want to pass this value to procedure that distinguish NULL and Unassigned, i should write IF THEN expression:
    if Prm.IsNull then MyProc(Null) else MyProc(Prm.Value);
    instead of simple MyProc(Prm.Value);

    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  ·  SQL Server  ·  Admin →
  19. Add support for ApplicationName for PostgreSQL 9.0

    2 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  ·  PostgreSQL  ·  Admin →
  20. Enable connection in ODAC/UniDac in direct mode to connect to Oracle Cloud Service DBaaS using the secure connection,

    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  ·  0 comments  ·  Oracle  ·  Admin →
  • Don't see your idea?