Performance MS-SQL + clUseServer + ctKeyset
From: Bernhard Geyer (Bernhard.Geyer_at_nospam.com)
Date: 07/08/04
- Previous message: Del Murray: "Re: Better way for reading field values"
- Next in thread: Arnie Mauer: "Re: Performance MS-SQL + clUseServer + ctKeyset"
- Reply: Arnie Mauer: "Re: Performance MS-SQL + clUseServer + ctKeyset"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 8 Jul 2004 14:39:39 +0200
I want to open a large table (select * from mytable) in a MS-SQL-Database
with TADODataset an display the content in a DBGrid.
When Using clUseServer + ctKeyset (ctKeyset is needed for Grid), the opening
of the query
take a long time. The same problem is when try to use the ADO-Components
direct.
When trying the same with BDE + ODBC and TQuery, the opening of the query
take only a few msecs.
Are the any optimizations to open a serverside-curser with ADO and binding
to a grid?
Best regards
Bernhard
- Previous message: Del Murray: "Re: Better way for reading field values"
- Next in thread: Arnie Mauer: "Re: Performance MS-SQL + clUseServer + ctKeyset"
- Reply: Arnie Mauer: "Re: Performance MS-SQL + clUseServer + ctKeyset"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|