Lee Azzarello
-
2004-07-07
- priority: 5 --> 2
It appears the rundown, which uses one database was
developed without much communication with contacts,
which is using another database. The access methods
differ, rundown using functions and contacts using
classes, as well as some of the SQL access methods,
rundown using UPDATE for all data that already exists
and contacts using REPLACE for most data and UPDATE for
others.
Obviously, this is a more long term design issue but if
these two structures could be merged it would make
development much simpler.
-lee