main logo
Subject: Re: V4RB b13 / Good and Bad News
Author: Paul Gaspar
Posted: 2002/05/27 16:55:21
 
View Entire Thread
New Search


Hi Ruslan,

>One more attempt to fix -39 bug for Paul.

thanks, its getting better, but it is still buggy.

This works now:

select DATA from OBJECTS where LEFT(ID,1)='G' order by NUM

This works now, too:

select L_261_12.PARENT
from L_261, L_261_12
where L_261_12.PARENT=L_261.DOCID
order by L_261.DOCID


But this one still makes a -39:

select L_261.DOCTYPE, L_261_12.PARENT
from L_261, L_261_12
where L_261_12.PARENT=L_261.DOCID
order by L_261.DOCID


The only difference is that both tables are selected. Unfortunately
this is the situation I use in my project, and did work in all
Valentina Versions before b9.


This one also produces a -39 (just one select from the other table):

select L_261.DOCTYPE
from L_261_12, L_261
where L_261_12.PARENT=L_261.DOCID
order by L_261.DOCID


Paul
 
©2002 Paul Gaspar
<-- Prior Message New Search Next Message -->