We have UniData 5.2 running a custom application on Windows NT running. It is legacy software that doesn't provide a good interface to all the data in the database. However, I haven't found anyway to modify the values or for that matter find out what tables there are and what the schemas are.
I have the ODBC/OLEDB drivers and we use that to do queries using ADO.NET and c3 all the time. But, we need to modify a particular date field in the application and I don't know the table names (of all the tables) to find it.
Basically, I'm used to SQL server's Enterprise Manager or Management Studio...Is there any GUI front end to this database?
Start Free Trial