Rdbms Friendly App Language

RdbmsFriendlyAppLanguage

(Based on comments in ReinventingTheDatabaseInApplication)

Suppose you are an application developer who is also a RelationalWeenie. The current techniques for integrating RDBMS and databases are not very convenient. Here are some initial suggestions to ponder:

loop in myQuery where amount > $minprice order by store_id
myFunction(amount, $minprice) where store_id <> $storeX
myFunction2(columnY) where closedate > $targetDate
....
end loop

See Also: ExBase


CategoryQueryLanguage