VCursor question
    Gregory Kowalski 
    gregkowalski at earthlink.net
       
    Wed Apr  6 18:19:29 CDT 2005
    
    
  
Hello,
V4MD2 MAC
I have this:
gDB = new(Xtra "VDatabase", #kLocal)
query = "SELECT * FROM Atable"
gMyCursor = new(Xtra "VCursor", gDB, query)
reccount = gMyCursor.RecordCount
Can someone please tell me why  "recordcount" gives me an error? 
Director gives me a #recordcount PROPERTY NOT FOUND error.
If I use   gmycursor = gdb.sqlselect(query) it works OK
Thank you
Greg
    
    
More information about the Valentina
mailing list