txquery
txquery copied to clipboard
TxQuery component is a TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL req...
It compiles without error, but when I try to install dclXq_D27.bpl, I get the message "Can't load package C:\Program Files\TxQuery\bin\D103Rio\Win32\Debug\dclXq_D27.bpl. The specified module could not be found." I then changed...
i try to install on delphi 10.3 26.0.36039.7899 and an error message appears 
Hello! There are some issues that might should be fixed: ``` for i := 0 to Length(s) do if CharInSet(s [i], ['0'..'9']) ``` **[FixInsight Warning] QCnvStrUtils.pas(404): W514 Loop iterator could...