Is it possible in any way to create an executable for an Access DB? I'm looking for a way to get around licencing issues, you know? Not everyone has Access but needs to access one Access DB.
tymar, if you only need to see the information in the database, you can download a free utility 'access viewer' from hotfiles.com or download.com. This utility will allow you to inspect inside any table in your database and retreive information, but you won't be able to modify it.
There are other way, using ODBC, but you'll need to tell me from where are you accessing the database?
Well you'll need to do a little bit of programming, but it won't be that complicated, if you have VB, you can create an application which will connect to your database using an Dabase Connection ODBC (it can also be an Internet application through a Web Page). if you're not using Win NT or 2000 as your LAN Server, you'll need to go to each client computer and configure the 'ODBC Data Sources' to map your database. Then create the application using whatever tools you have (VB, VC++, Java, etc) to connect to the ODBC source and present the information to your clients.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.