Delphi Developer
I have a paradox table like that :
Create table TestTable ( Field1 AnyType1 not null, Field2 AnyType1 not null, primary key (Field1;Field2) );
and making query
Select * from TestTable where Field1<AnyValue;
that causes Access violation.
I am interesting who have same or different results.
1. Delphi 2.01 Bugs????
2. TEdit CharCase bug : Delphi 2.01
3. Bug in Delphi 2.01 IDE, FYI.
4. Bug in Delphi 2.01 ? (2/2)
5. Bug in Delphi 2.01 ? (1/2)
6. Delphi 2.01 + Titan 2.01, DLLs
7. delphi 2.01 and sybase sql anywhere problem
8. Delphi 2.01 access error on SQL select
9. MS SQL 6.5 and Delphi 2.01 problems
10. SQL Anywhere and Delphi 2.01 Patch