Hi,
I am far from .NET or MSSQL expert, because my programming experience is only with batch scripts, PHP and MySQL. So please, keep that in mind :)
I ordered an .NET application, based on MSSQL Express, single install, single user app, which will simply parse some .TXT files, put them into MSSQL database on daily basis and allow some analysis.
The principle is quite simple:
- tbl.parsed.inputs
- tbl.clients
- tbl.locations
The display inside .NET app combines inputs with additional data from CLIENTS and LOCATIONS table (within parsed INPUTS clients and locations are only marked with an ID, so application looks up into clients and locations tables to print out real names and locations with descriptions)
PROBLEM
When I edit or add any table, I must restart application for changes to be visible inside .NET application. For example, if I ADD a...