
DataLink Objects vs Connection Object
Dear Expert,
I am converting a project to disconnected recordset which is a normal
recordset but doesn't maintain a live connection to the database. For this I
need to use a Connection Object which has some methods I need.
The problem is I cant just declare my new connection at the top of a form
and work with that because my project is using the DataLink objects which
automatically become connection objects in the data environment and I dont
feel I have much control over them. With the Connection Object (which is
what my text book shows me how to use) I can easily code with it.
This is all quite new to me and I'd appreciate any help/guidence
cheers
TZ