Re: sql query which has got 3 dynamic parameters
- From: Ed Murphy <emurphy42@xxxxxxxxxxxx>
- Date: Sun, 24 Feb 2008 14:18:00 -0800
Vic wrote:
There are many databases like TestData6061, TestData606, TestData607
Okay, you referred to these as tables earlier; I assume you're right
now, and were wrong then.
under which there are tables like 'accounting', 'fundstructures',
'transaction' etc and each of these tables will have 'New', 'Update'
and 'Delete' as the record action. So basically idea is to find out
the coverage for 'accounting' -> 'AccountingParameters' for 'New',
'Update' and 'Delete' by mapping TestData6061/accounting with
accounting and AccountingParamter related rows in SchemaFields
Again, are you intending to keep unclean data out of the database, or
allow it into the database so that you can subsequently figure out how
you want to clean it up? If the former, then you're re-inventing a
square wheel (table constraints).
What does the full structure of 'accounting', 'fundstructures', etc.
look like? Do they contain a current set of entities, or a list of
changes to that set? (Your description of "record action" suggests
the latter.) Would it be possible to merge these into a single table
with 'accounting', 'fundstructures', etc. as values in an additional
column? If not, then how does your per-table logic adjust to account
for the different set of columns in each table?
.
- Follow-Ups:
- References:
- sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Erland Sommarskog
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Erland Sommarskog
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Ed Murphy
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Ed Murphy
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- sql query which has got 3 dynamic parameters
- Prev by Date: Re: help with update
- Next by Date: SQL database hang
- Previous by thread: Re: sql query which has got 3 dynamic parameters
- Next by thread: Re: sql query which has got 3 dynamic parameters
- Index(es):
Relevant Pages
|