That makes no sense. That is the purpose of deployment.
So you are suggesting a better approach is to install a full package of
Access on these problem client machines??
Or are you saying that users that have breakable older apps installed are
simply screwed?
Plus the OP mentioned that the database might be on a server. What
exactly
is the environment?
Jeff
Earl said:
Yep, just one more item to consider on the deployment. For more fun and
enjoyment, note that the newer MDAC packages may break older unrelated apps.
Jeff Dillon said:
Um, that is what a setup package is for??
They might be "inherent in the methods [you] are using" on your
development
system, but if you are deploying this application, note that older
systems
may not have the correct MDAC version (if any) installed and this
could
break your app.
If I am using ADO.NET in a VB.NET screen to do inquires, updates,
deletes
etc on an MS Access database, does the client or the server that the
application resides on have to have MS Access installed? Or are the MS
JET
access routines inherent in the ODBC access methods I'm using?