Data Environment and Data Links 
Author Message
 Data Environment and Data Links

        Can someone tell me the difference between the Data
Environment and Data Links in VB6?  Thanks....


Tue, 08 May 2001 03:00:00 GMT  
 Data Environment and Data Links
A data environment can be directly used in your code for instance if you
create a data environment named : deDummy you can (without declaring it in
the code !!) write :

deDummy.rsDummyTable

assuming you have a DummyTable in your database.

A Datalink is just a tool to view databases from your programming interface
ie from VB6 itself.


Quote:
> Can someone tell me the difference between the Data
>Environment and Data Links in VB6?  Thanks....



Tue, 08 May 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Data Environment / Data Link

2. Linking two different tables on one form WITHOUT using Data Environment Deisgner

3. Data Environment / Data Report Problem

4. Data environment problems - refreshing data

5. Showing parameters pass to data environment in data report header

6. Help! Data Report without Data Environment

7. data report / data environment designers

8. Data Environment / Data Report / Changing database file at run time

9. VB6 Data Environment & Data Report

10. closing ADO data controls and data environment connections

11. Problem with Data Environment and Data Report

12. How to show Data List with data environment

 

 
Powered by phpBB® Forum Software