txquery icon indicating copy to clipboard operation
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...

Results 3 txquery issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/16722448/78304167-52069d80-74fb-11ea-83d9-f8ab3afe97c6.png)

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...