
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....