Has anyone else had this experience when working examples from the
"Beginning Web Development with ID6" chapter 8?
As soon as I created a RecordSet DTC with Database Object = "Tables"
development began to crawl. I'm using our enterprise Oracle 8i database via
ODBC to connect and it appears that the DTC's decide to "help me" out by
prefetching EVERY TABLE that exists in Oracle regardless of owner. It takes
at least 2 minutes for the table list to appear and thereafter anything that
references this recordset takes the same time to come up.
This is all in the InterDev environment. If I view in browser the data fetch
only takes a second.
Bob