victorthomas
Programmer
I'm reporting of a metadata database, this is a very unique database design (see US Patent - 5,267,155 this is the foundation of this database design). This is a user definable database. It's a 13year old design.
The databases initial design function was to serve as a computer based documentation system which processes document templates in conjunction with pre-defined character strings to generate user defined reports or documents.
To make a long story short ALL user data that are NOT pre-defined canned text strings are stored in (get this -->) ONE 7800 character text field.
My challenge is to generate reports from this database, the problem I run into is that ALL data, groups, dates, numbers are all stored in this one text field.
My question is how on earth can you create 2 groups of the same datafield and then at the same time report of data that exists in that same field???
The databases initial design function was to serve as a computer based documentation system which processes document templates in conjunction with pre-defined character strings to generate user defined reports or documents.
To make a long story short ALL user data that are NOT pre-defined canned text strings are stored in (get this -->) ONE 7800 character text field.
My challenge is to generate reports from this database, the problem I run into is that ALL data, groups, dates, numbers are all stored in this one text field.
My question is how on earth can you create 2 groups of the same datafield and then at the same time report of data that exists in that same field???