[Info-vax] For sale: VAXstation 4000/90 128MB Fully Working and Tested

Arne Vajhøj arne at vajhoej.dk
Thu Jun 30 14:57:22 EDT 2022


On 6/30/2022 2:30 PM, Dave Froble wrote:
> On 6/30/2022 9:58 AM, Arne Vajhøj wrote:
>> - change to a relational database, besides looking better in the audit
>>   report you will actually get some benefits in the form of less code
> 
> We looked at such a project.  Again, might as well start over.

That I don't get.

You have something that conceptually look like:

frontend layer (VT, web, web service, whatever)---[API] business logic 
layer---[API] persistence layer---actual storage

If you change the actual storage then the persistence layer need
to change, but the rest should not need to change.

Some manage to mess up business logic layer, persistence layer and
storage by putting business logic in stored procedures in the database,
but that is not the case here as RMS index-sequential files does not
support SP at all.

>                                                                   We at 
> least implemented moving all the live data to a WEENDOZE based database 
> so the WEENDOZE weenies could pull out data they might want.  But they 
> cannot touch the live data.  And that is a VERY GOOD THING.

Sounds like you already have the database structure in place.

:-)

MS SQL Server?

Arne




More information about the Info-vax mailing list