multiple table dynaset vs multiple table recordsets 
Author Message
 multiple table dynaset vs multiple table recordsets

1. using dao
2. i have set up a dynaset object based on two different tables (left
outer join).
3. problem is, i can't update the second table after i make changes.
4. the dynaset is global.
5. i know how to make two table recordset objects and manipulate them.
6. are there any costs (memory, performance, etc.) to have one global
combination dynaset object vs. two global table recordset objects?  what
about 3?  4?

is there a way to create a dynaset of several tables that allows updates
on all tables?

tia...



Thu, 12 Sep 2002 03:00:00 GMT  
 multiple table dynaset vs multiple table recordsets
Jeff,

Inner joined data from multiple tables can be updated.  I don't believe that
outer joined data from multiple tables can be updated.

Hope this helps,

Kerry Moorman


Quote:
> 1. using dao
> 2. i have set up a dynaset object based on two different tables (left
> outer join).
> 3. problem is, i can't update the second table after i make changes.
> 4. the dynaset is global.
> 5. i know how to make two table recordset objects and manipulate them.
> 6. are there any costs (memory, performance, etc.) to have one global
> combination dynaset object vs. two global table recordset objects?  what
> about 3?  4?

> is there a way to create a dynaset of several tables that allows updates
> on all tables?

> tia...



Thu, 12 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Read only error when dynaset uses multiple tables

2. Updatable dynaset from multiple tables

3. AddNew and Update Methods for Dynaset multiple tables

4. Basic question, Table-Type vs. Dynaset Recordsets

5. Dynaset vs. Table recordsets

6. Linking to multiple tables in multiple databases

7. Indexing a Dynaset type Recordset, or Requerying a Table type Recordset

8. dynaset-type recordset and table-type recordset

9. Create multiple tables from a single Make-Table Query

10. multiple tables to one table

11. Help Creating Recordset from multiple tables

12. Batch update for multiple tables using single ADO Recordset (VB )

 

 
Powered by phpBB® Forum Software