Enterprise Library Oracle and SQL Server Parameter Tokens
I have been using the DAAB part of the Enterprise Library at my current job. One of the advantages of using this library is that you can write ANSI standard SQL, and it should work with any Relational Database.
The problem with this is that if you want to use parametrized queries, T-SQL and PL-SQL use different prefixes in front of the parameters.
