On 8/12/06, Jaime Casanova <systemguards@xxxxxxxxx> wrote:
> well, since he wrote his app in vb.net he is probably using postgresql > as a dumb data store, it might not be all that difficult. still, not a > very smart move. so if you have functions on server side or triggers or rules... then you need some rewrite on the app... otherwise just to adapt the sql as necessary...
the .net 'way' of database application development is to keep all the logic in the .net middleware. please note that I am completely opposed to this because it obfuscates good data management practices. however based on the op's comments I am guessing he is doing things the .net way. merlin