× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 2/22/2016 10:07 AM, Rob Michaels wrote:
On Mon, Feb 22, 2016 at 9:00 AM, Buck Calabro <kc2hiz@xxxxxxxxx> wrote:
When you write 'converting our database from DDS to SQL' do you mean:
1) Mechanical column by column exact recreation of the DDS using DDL
2) Redesigning the database from the ground up to use normalised tables

We're TRYING to do a mixture of both actually ... we're replicating
the structure of our DDS files using SQL, but at the same time we're
also trying to normalize the data and reduce redundant data with
judicious use of joined views.

What value do you see in a column by column conversion to DDL? The
point being that:

Once the tables are normalised, accessing an individual table via
F-specs is mostly useless. Imagine all the F-specs needed; all the RPG
logic required to programmatically 'join' the various records together
into a coherent unit. As opposed to a simple FETCH from a VIEW which
does all the JOINs for you.

If there's some interim state whereby the table is the exact same layout
whether DDS or DDL, then accessing it via an index/LF still makes sense.

It seems to me that the disagreement will resolve itself once the
database has gone over fully to the new design.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.