Reported By: Amos Ong Reported On: 8/8/2001 For: Version 2.11 Build 1
# 898SQL SELECT Statement with Join and SELECT * as Column List Causes Error When I use the following statement an error #10753 occurs. If I replace the * and use 'invid' or anything else in its place it is ok.
select * from Inv a1 left outer join inv2 a2 on a1.InvID=a2.InvID
Comments and WorkaroundsProblem was caused by a Remarks field in both tables, but one being defined as a string and the other a memo (BLOB). DBISAM wasn't properly handling locating the source table for the same-named fields.
ResolutionFixed Problem on 8/10/2001 in version 2.12 build 1