V4MD Record Count

Tschoatscho Kettl ich at medienzar.de
Tue Aug 15 11:14:53 CDT 2006


Hi Mohammad,

> my db have 193,000 record and 900mb.
> my db is large.
> in VDBv1 i set bottomsyntax and my project work good.
>       gMyCursor = new( xtra "VCursor", gMyDB.Ref, sql)
> in VDBv2 if i set bottom syntax my project is hangup
>       gMyCursor = gMyDB.sqlSelect(sql)

there was probably a misunderstanding: I wanted to ask whether you  
check if the cursor object is a valid object:
if NOT gMyCursor.objectP then
   --do some alert
else
    put gMyCursor.recordCount
end if

Greets Tsch.

---------->
on stopMovie
   mRemember gRealLife
   updateStage
no end





More information about the Valentina mailing list