Updatable Joins 
Author Message
 Updatable Joins

Hello,

Is is possible to use updateable JOINs in VB4?  If so, how do I access
the fields programmatically?  For example, how would I set a field
named SERIALNUM in Table 1 to 12345?  Would it cascade to Table 2 which
has a field named SERIALNUM as well?

Thanks.

Joe



Mon, 24 May 1999 03:00:00 GMT  
 Updatable Joins

On Thu, 05 Dec 1996 10:28:42 -0800, Joe DeMeyer

Quote:

>Hello,

>Is is possible to use updateable JOINs in VB4?  If so, how do I access
>the fields programmatically?  For example, how would I set a field
>named SERIALNUM in Table 1 to 12345?  Would it cascade to Table 2 which
>has a field named SERIALNUM as well?

Joe,
It all depends on what database you are using as to how you would do
it.  Joined queries issued from VB as DAOs or RDOs are always
read-only.  The type of update that you are referring to is handled by
the referential integrity rules that you setup in the database if you
are using Access.  If you are using SQL Server, you would implement
this capability in the update triggers on the tables.

--
J. Boyd Nolan, PE


Voice:(405) 739-1916    FAX:(405) 739-1095
Boeing Aerospace Operations



Mon, 24 May 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. AddNew into updatable join ?

2. AddNew into updatable join ?

3. updatable? Jet Recordset with LEFT JOIN

4. SQL Server JOINed recordsets not updatable?

5. Dynaset using JOIN not updatable?

6. Joins, Cursors and Updatable Recordsets with RDO

7. Join 6 Join

8. SQL JOIN NO JOIN

9. SELECT . INNER JOIN--INNER JOIN

10. PRB: Left join behaves like a inner join.

11. WHY? Inner Join Recordset not Updatable?

12. Using Multiple Inner Joins for an Updatable Recordset. It Can be done !!!

 

 
Powered by phpBB® Forum Software