Hi !
I'm developing a application that need execute multiple queries concurrently
(only selects) over a Oracle server. So I have some questions about. Thank´s
for your attention :
1) Need I a TSession and TDatabase with different names for each query
that I will execute concurrently ?
Eg : Query1.databasename := 'db1';
Query1.sessionName := 'se1';
Query2.databasename := 'db2';
Query2.sessionName := 'se2';
2) This will cause "n" connections (sessions) with the DB, OK ? (One for
each query executing). So, if i buy a server with ten connections
concurrently and my app use five them, I can only have two app running at
same time ?
Att
Lisandro Rueckert
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz