Re: msSQL and ado performance
From: Viatcheslav V. Vassiliev (support_at_oledbdirect.com)
Date: 11/24/04
- Next message: Talmaier GАbor: "Re: Using Result Sets From Oracle Stored Procedures"
- Previous message: Paolo Mancini: "Re: Using Result Sets From Oracle Stored Procedures"
- In reply to: Marko Lahtinen: "msSQL and ado performance"
- Next in thread: Marko Lahtinen: "Re: msSQL and ado performance"
- Reply: Marko Lahtinen: "Re: msSQL and ado performance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 19:50:41 +0300
It depends on what you want to do. Will you do more selects or more
insert/change/delete operations? Do you use data-aware controls or process
data without visualization?
As one of the steps you should optimize your database - determnine
table/columns metadata, add indexes etc.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Marko Lahtinen" <marko.lahtinen@rem.filmtown.fi> сообщил/сообщила в
новостях следующее: news:41a4a0d6@newsgroups.borland.com...
> Hello!
>
> I'm creating a application connecting to MsSQL-server using ado-components
> (ADOConnection and ADOQuery). The database is in the same machine as the
> application. I need fast performance, so can someone give me an example of
> some basic setups in Connection and Query components ? What things I need
to
> consider ?
>
> Thanks!
>
> Marko
>
>
- Next message: Talmaier GАbor: "Re: Using Result Sets From Oracle Stored Procedures"
- Previous message: Paolo Mancini: "Re: Using Result Sets From Oracle Stored Procedures"
- In reply to: Marko Lahtinen: "msSQL and ado performance"
- Next in thread: Marko Lahtinen: "Re: msSQL and ado performance"
- Reply: Marko Lahtinen: "Re: msSQL and ado performance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|