Delphi » Page 426 » Developer.Team - Developers Paradise!

Devart dbExpress Driver for SQL Server 6.5.7

Devart dbExpress Driver for SQL Server 6.5.7
Devart dbExpress Driver for SQL Server 6.5.7 | 2 Mb


dbExpress is a database-independent layer that defines common interface to provide fast access to SQL Server from Delphi and C++Builder on Windows for both 32-bit and 64-bit platforms. For this server, dbExpress provides a driver as an independent library that implements the common dbExpress interface for processing queries and stored procedures. As data-access layer is thin and simple, dbExpress provides high performance database connectivity and is easy to deploy. You can use our driver in the same way as the one supplied by Embarcadero. dbExpress driver for SQL Server provides access to SQL Server database. It works using high performance Microsoft OLE DB technologies. The driver requires OLE DB installed on the workstation.
Read more

Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail

Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail
Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail | 3 Mb


NextGrid is a powerful Delphi/CBuilder Grid. It is very easy to use it in design-time (with using intuitive Columns Editor) and in run-time. NextGrid have much more features than standard Grid, attractive look (Windows Vista & XP themes support), it is extremely fast (quick sorting, data manipulation, drawing...).
Read more

Castalia 2014.9 Suite for Delphi XE7

Castalia 2014.9 Suite for Delphi XE7
Castalia 2014.9 Suite for Delphi XE7 | 5.5 Mb


Castalia transforms the Delphi programming environment into an amazing development platform. Castalia lives on the bleeding edge of IDE technology, giving you cutting edge tools to write better code faster, understand code more accurately, and improve code you've already written.
Read more

Real Thin Client SDK 6.3.2

Real Thin Client SDK 6.3.2

Real Thin Client SDK 6.3.2 | 2 Mb


By using non-blocking event-driven communication with a built-in thread-pooling mechanism, RealThinClient SDK can handle thousands of active connections by using a limited number of threads in a real multi-threaded environment (for example, 100 threads will be more than enough to handle several thousand active connections). Combined with reduced need for all important resources (CPU, Memory, Threads, Timers, Handles, etc), automatic handling of all communication-related objects, flexible remote functions (accept any structure for parameters and return any other structure as a result), automatic session handling (integrated time-out with variable life time) and a lot more, makes writing stable and fast Servers and Clients very easy with the RealThinClient SDK..in/images/2014/09/26/odSx.png[/img]
Read more

Devart UniDAC 5.5.11 Full Source

Devart UniDAC 5.5.11 Full Source
Devart UniDAC 5.5.11 Full Source | 9 Mb


Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and Lazarus (Free Pascal). We have combined the experience of long-term successful development into one product, which provides unified access to the popular database servers like Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise, and other databases (using ODBC provider).
Read more

TMS Aurelius 2.2 Full Source XE-XE7

TMS Aurelius 2.2 Full Source XE-XE7
TMS Aurelius 2.2 Full Source XE-XE7 | 4.8 Mb


ORM framework for Delphi with full support for data manipulation, complex and advanced queries, inheritance, polymorphism, and more...

    Query1.Sql.Text := 'SELECT I.ID AS INVOICE_ID, I.INVOICE_TYPE, I.INVOICE_NO, I.ISSUE_DATE, I.PRINT_DATE, ' +  
      'C.ID AS CUSTOMER_ID, C.CUSTOMER_NAME, C.SEX, C.BIRTHDAY, N.ID AS COUNTRY_ID, N.COUNTRY_NAME' +  
      'FROM INVOICE AS I INNER JOIN CUSTOMER AS C ON (C.ID = I.CUSTOMER_ID) ' +  
      'LEFT JOIN COUNTRY AS N ON (N.ID = C.COUNTRY_ID)' +  
      'WHERE I.ID = :INVOICE_ID;'  
    Query1.ParamByName('INVOICE_ID').AsInteger := 1;  
    Query1.Open;  
    ShowMessage(Format('Invoice No: %d, Customer: %s, Country: %s',  
      [Query1.FieldByName('INVOICE_NO').AsInteger,  
      Query1.FieldByName('CUSTOMER_NAME').AsString,  
      Query1.FieldByName('COUNTRY_NAME').AsString]));  
Read more