Forum Replies Created
-
AuthorPosts
-
earlatiMemberRitesh wrote on Nov 25 2005, 08:49 AM:I had messaged you with info on 5.01 BETA. Did the BETA fix the problem?[post=”7991″]<{POST_SNAPBACK}>[/post]
Please can you made the beta revision available worldwide.
In any case is not possible to use the offcial 5.0 revison( also I have to reinstall the older revision) so if the beta is available,many people can start to use and test it.
regards, Enzo
PS. mybe what follow should help.
Inside a query windows I have the statements showed belowe.
Till the line 13 , when I press F5 I run the right query , while when I press F5 on the 14th line I run the 15th line
Also inside the 13th line the thinks works differnetly
If I press F5 while the cursor in on the point under the char 3 I run the 13th statement ( the right one ) while if I move the cursor on positon befor the last ' I run the 14th statement ( the wrong one )
In this example the blank inside the string are tabs, but I found also with simple string of blank chrs and the result is the same ( just the line when the problem begin is the 17th instead of 14.
Select ' 1 ' FROM DUAL;
Select ' 2 ' FROM DUAL;
Select ' 3 ' FROM DUAL;
Select ' 4 ' FROM DUAL;
Select ' 5 ' FROM DUAL;
Select ' 6 ' FROM DUAL;
Select ' 7 ' FROM DUAL;
Select ' 8 ' FROM DUAL;
Select ' 9 ' FROM DUAL;
Select ' 10 ' FROM DUAL;
Select ' 11 ' FROM DUAL;
Select ' 12 ' FROM DUAL;
Select ' 13 ' FROM DUAL;
Select ' 14 ' FROM DUAL;
Select ' 15 ' FROM DUAL;
Select ' 16 ' FROM DUAL;
-
AuthorPosts