Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Anyone using TMS AdvDBGrid component?
Fri, Dec 26 2008 8:20 AMPermanent Link

=?iso-8859-1?Q?Santy_Concepci=F3n?=
Hi!

I'm testing all DBGrid components in the market (DBAltGrid, XDBGrid,
TDBGrid, QuantumGrid, TMSAdvDBGrid...).
All of them work fine in file-sharing mode, but I can't get
ExpressQuantumGrid and TMS AdvDBGrid to work in CLient/Server mode trhough
Internet IP access.

It takes about 14 minutes to show the data.

Anyone is using ExpressQuantumGrid or TMS AdvDBGrid components with DBISAM
in C/S mode with success?

Thanks!

--
Santy Concepción
Dpto. Desarrollo
e-Mail: desarrollo@simplygest.es
Web: www.SimplyGest.es
Blog: www.SimplyGest.es\blog
Fri, Dec 26 2008 9:34 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Santy


See my post over on the TMS ngs.

Roy Lambert [Team Elevate]
Sat, Dec 27 2008 2:24 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Santy,

<< It takes about 14 minutes to show the data.

Anyone is using ExpressQuantumGrid or TMS AdvDBGrid components with DBISAM
in C/S mode with success? >>

Two things:

1) If you want to load all rows into grid at once (QGrid GridMode=False),
then you should set the RemoteReadSize property of the underlying DBISAM
dataset (table, query, etc.) to a fairly high number.  Usually:

DataSet.RecordCount mod 10

is a good figure, guaranteeing you that the rows will be read across the
connection in at least 10-11 requests.

2) If you are using GridMode=True then you should be all set and the grid
should work fairly well "as-is".  However, you should make sure to also turn
on RemoteCompression for the remote session.  A compression level of 6 is
normally fine.


--
Tim Young
Elevate Software
www.elevatesoft.com

Image