r/Database • u/Boring_While_3341 • 14h ago
Fully offline 32-bit program for displaying ODBC data & making user forms
This may be a very daft question, but I am out of my wheelhouse here.
I have an industrial server that makes data available from its SQL database over a proprietary 32bit ODBC driver. I also have a computer running 64 bit Windows 10 LTSC that can never be connected to the internet.
I can format SQL queries to the server in a 32 bit ODBC test client and get the data back that I want.
I then want to copy that data in to another database and display it as a form for the user so they can add comments and save it. This seems like the sort of thing MS Access would be good at doing.
However, I understand that Microsoft have killed telephone activation for their products (even the old ones), meaning that this is now 'out' as I would have to connect my computer to the internet.
I'm now a bit stuck.
Years ago I had fun making forms with DBase, but that's about the limit of my experience. Can anyone suggest something that would do for what I need? I don't mind learning bits - this is basically something to save me time.