Issue 12748 - re-fetch of every row in a DB-Table
Summary: re-fetch of every row in a DB-Table
Status: CLOSED DUPLICATE of issue 12747
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 644
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: ---
Assignee: Frank Schönheit
QA Contact: issues@dba
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 19:37 UTC by hermann
Modified: 2006-05-31 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hermann 2003-03-27 19:37:53 UTC
Hi Frank,*,
I have made some tracing with hsqldb, so their are some strange things:

if I select a table in the DB-Explorer, OOo does first a:
select <ColumnName> from <Tablename> where 0=1 , and this for every Column
and than for every row of the resultset a:
SELECT * FROM "OOTable1" WHERE "OOTable1"."OOID" = 9

where 9 is only a single primaryKey. For me it seems that OOo builds the
resultsets by iterate thru this by singele sql-statements. 
If I go with basic to the db, all works fine.

BTW:
If anybody is looking as this, perhaps someone can point me to the steps what
OOo does by clicking on a table in the db-explorer
Comment 1 Frank Schönheit 2003-03-28 06:47:29 UTC
submitted twice

*** This issue has been marked as a duplicate of 12747 ***
Comment 2 Frank Schönheit 2003-03-28 06:48:07 UTC
closing duplicate
Comment 3 hans_werner67 2004-02-02 12:57:46 UTC
change subcomponent to 'none'