Open access-file without install
-
hello ... I have a big problem with an application. with this application i have to open an access file on a server somewhere in the net. the clients use my app to open this access-file. i used ODBC, i use DAO ... but always there must be something installed on the clients that i can open the access-file (mdac, jet,...) but i need a solution where i can start the app-exe on a naked client (no installation of jet before). it is ok, if dll's are in the app-directory ... how can i do this ?????????????????????????????????? P.S. the database must be a file ... no server ...
-
hello ... I have a big problem with an application. with this application i have to open an access file on a server somewhere in the net. the clients use my app to open this access-file. i used ODBC, i use DAO ... but always there must be something installed on the clients that i can open the access-file (mdac, jet,...) but i need a solution where i can start the app-exe on a naked client (no installation of jet before). it is ok, if dll's are in the app-directory ... how can i do this ?????????????????????????????????? P.S. the database must be a file ... no server ...
You are out of luck, IMO. you will have to install at least MDAC & Jet on the client. Power corrupts and PowerPoint corrupts absolutely. - Vint Cerf
-
hello ... I have a big problem with an application. with this application i have to open an access file on a server somewhere in the net. the clients use my app to open this access-file. i used ODBC, i use DAO ... but always there must be something installed on the clients that i can open the access-file (mdac, jet,...) but i need a solution where i can start the app-exe on a naked client (no installation of jet before). it is ok, if dll's are in the app-directory ... how can i do this ?????????????????????????????????? P.S. the database must be a file ... no server ...