I'm an MS Access/
VB/Foxpro database programmer new to Ingres.
I need to write a MS Access app for a windows XP client machine, with no administrator rights.
The environment is a hospital and the server runs on linux, presumably in the IT department to which I do not have access to.
I have read the "How to Use Ingres ODBC With MS Access" article from the Ingres Community Wiki.
It recommends to use an ODBC DSN (Data source definition) to connect to the target database.
To do this, it then goes on and talks about using the "ODBC Data Source Administrator" feature.
All good and well, but I do not have a "Data Source Administrator" on my client desktop.
I do have the Ingres II / Ingres Visual DBA tab, and I can see the "node" I need to connect to, and there I can build SQL commands (with the "SQL test" option upon right clicking the node)
This returns the records I need, but now I need to do it in my access app.
Any help would be very much appreciated.