Previous Topic

Next Topic

Inhoudsopgave

Book Index

Deal With Database Customizations

Guidelines for Software Customization and the Database

Custom Software and Database Conversions

The presence of any custom software will not be taken into account when a database conversion is carried out. This means that, following a conversion, the functioning of the custom software depends on the nature of the database changes. When there is an update, it will be accompanied by a detailed overview of changes to the database. These changes must be checked to determine whether modifications are required to the custom software.

Object Naming Conventions

Object

Naming convention

UDT

ST_<customer no.>_<description>

Rule

SR_<customer no.>_<description>

Default

SD_<customer no.>_<description>

Table

ST_<customer no.>_<description>

Procedure

SIP_<xxx>_<customer no.>_<description>> where <xxx> is:

 

upd

update procedure

 

sel

select procedure

 

ins

insert procedure

 

del

delete procedure

 

rpt

selection for Crystal Reports

 

get

retrieve

 

cmp

compute

 

cpy

copy

 

chk

check/validate

 

gen

create/generate

 

prc

process

 

Procedures that can only be called from other procedures start with SIPX_. No rights may be assigned to these internal procedures.

Trigger

st<type>_<table name> where <type> is:

 

i

insert

 

u

update

 

d

delete

View

SV_<customer no.>_<description>