Queries on Back End database?
I found that by using an ADO connection, I can execute my queries stored on my back-end database. Is this any better or worse that executing them by using currentproject.connection on the local machine?
I like storing them on the back end because that way I can do away with my table links completely and by using ADO connections only link to the back end database when I need it (much like a web application).
|