Questions tagged [unidac]

UniDAC, short for Universal Data Access Components, is a library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and Lazarus (Free Pascal).

Resources:

  • Devart's UniDAC section on its official website.
79 questions
-1
votes
2 answers

Delphi - Query running slow

My query,when run takes about 7 seconds to do what is supposed to.But,since its inserting about 30 records,I think it is too slow.Now,either I am running the query that is not written well or it does actually takes this much time. But that would be…
user763539
  • 3,509
  • 6
  • 44
  • 103
-1
votes
1 answer

convert sql from server syntax to absolute database

This is the original code that worked with SQL Server using Unidac components : In the SQL (TStrings) of the uniQuery I had : use HIS DECLARE @StartDate DATETIME, @EndDate DATETIME, @RoomType VARCHAR(6) ; …
user763539
  • 3,509
  • 6
  • 44
  • 103
-2
votes
1 answer

Application executes but sometimes fails to show

This is the project source: Application.Initialize; Application.MainFormOnTaskbar := False; Application.ShowMainForm := False; Application.CreateForm(TMain_Form, Main_Form); Application.CreateForm(TData_Module, Data_Module); …
user763539
  • 3,509
  • 6
  • 44
  • 103
-2
votes
1 answer

Best options to sort TDictionary based records

Out from a complex scoring process I have a TDictionary structure: target_results : TDictionary; The key represents an id from a record in a MySQL table. From that id I can retrieve a filedate and a filename. I need to deliver…
Miguel E
  • 1,316
  • 2
  • 17
  • 39
1 2 3 4 5
6