lTableJoin.LocalField.SQLString;
Code form daSQL.pas file in Line number 1938.. in procedure
BuildSQL92JoinExpression.
I have a AV in the code below.
{add join conditions to remainder of from clause}
for liIndex2 := 0 to lTable.TableJoinCount - 1 do
begin
lTableJoin := lTable.TableJoins[liIndex2]; //returns LocalField
blank
lsLocalField := lTableJoin.LocalField.SQLString;
lsForeignField := lTableJoin.ForeignField.SQLString;
lsOperator := daJoinOperatorToString(lTableJoin.Operator);
Delphi4.0.
TableA is joined on TableB with field xx.
After I add field to Selected List and try to click on the Finish button I
got AV in address xxxx.
What I am missing here.It happens only with one table.
Thanks
-Bhoj
x256
BuildSQL92JoinExpression.
I have a AV in the code below.
{add join conditions to remainder of from clause}
for liIndex2 := 0 to lTable.TableJoinCount - 1 do
begin
lTableJoin := lTable.TableJoins[liIndex2]; //returns LocalField
blank
lsLocalField := lTableJoin.LocalField.SQLString;
lsForeignField := lTableJoin.ForeignField.SQLString;
lsOperator := daJoinOperatorToString(lTableJoin.Operator);
Delphi4.0.
TableA is joined on TableB with field xx.
After I add field to Selected List and try to click on the Finish button I
got AV in address xxxx.
What I am missing here.It happens only with one table.
Thanks
-Bhoj
x256
This discussion has been closed.
Comments
have RB 6.03 or prior. If you aren't running RB 6.03, then download the
trial of RB 6.03 from our website and see if the problem goes away.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com