!how VB update Table A INNER JOIN Table B, Set A.co=B.ID 
Author Message
 !how VB update Table A INNER JOIN Table B, Set A.co=B.ID

The easiest solution will be to LINK the needed tables from Database B into
Database A, so that all tables can be queried and updated over a single
connection with ordinary SQL syntax.

If you don't want to link the tables permanently, this can be done at
runtime.  Please see Q230588 HOWTO: Link and Refresh Linked Jet Tables
Using ADOX.

This posting is provided AS IS with no warranties, and confers no rights.
You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
reserved.



Mon, 05 Apr 2004 00:59:09 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. !how VB update Table A INNER JOIN Table B, Set A.co=B.ID

2. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

3. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

4. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

5. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

6. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

7. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

8. !how VB update Table A INNER JOIN Table B, Set A.co=B.ID

9. how VB update Table A INNER JOIN Table B, Set A.co=B.ID

10. How to execute a Inner Join between Tables on a DATASET

11. INNER JOIN 2 TABLES

12. INNER JOIN's on 4 tables with access

 

 
Powered by phpBB® Forum Software