[VSRV][VXCMD] Bug in GetRecordCount

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Nov 4 10:47:50 CST 2003


on 11/4/03 7:29, Ken Ray at kray at sonsothunder.com wrote:

> I'm trying to get a record count on a table using Valentina Server and
> it's returning 0 even though there are plenty of records in the table.
> The same call works when using the VXCMD against a standalone version of
> Valentina, so I'm not sure if it is the VSRV server or the VXCMD Client
> that is the problem. Here's the call:
> 
> global gMainDBRef
> on mouseUp 
> put Valentina("Database_GetBaseObjectRef",gMainDBRef,"Access") into
> tBORef
> put Valentina("BaseObject_GetRecordCount",tBORef)
> end mouseUp
> 
> --> 0
> 
> Any ideas?

Hi Ken,

It seems this must works.
I ask Igor...

Aha, this not implemented, but we think it is easy,
Igor will do this now.

Again, BaseObject API is not fully implemented for Server.
So keep self closer to cursors.

    SELECT COUNT(*) FROM T

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list