in reply to Re: Twin interfaces, and one and a half databases to a project
in thread Twin interfaces, and one and a half databases to a project

That sounds pretty impressive. And you did it purely in transac-sql? No external scripts? Wow.

Yves / DeMerphq
---
Software Engineering is Programming when you can't. -- E. W. Dijkstra (RIP)

  • Comment on Re: Re: Twin interfaces, and one and a half databases to a project

Replies are listed 'Best First'.
Re: Twin interfaces, and one and a half databases to a project
by Abigail-II (Bishop) on Aug 15, 2002 at 17:10 UTC
    No changes allowed in the existing binaries/libraries was actually a design requirement. Although we did use the fact the application was already required to lock trades (done with a stored procedure) before able to modify them (you don't want two traders modifying the same trade at the same time - yes, it was a financial application).

    Abigail