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

5 results found

  1. 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 →
  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. 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 →
  4. 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 →
  5. 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 →
  • Don't see your idea?