[Mono-list] portable SQL

Tim Terlegård timte878@student.liu.se
Mon, 21 Oct 2002 17:23:49 +0200


Coding SQL for multiple vendors is not that cool. One have
to write every SQL statement twice or more. If one all of a
sudden wants to support another rdbms vendor, one will have
some work to do. So portable SQL would be nice...

My understanding is that ADO.NET doesn't provide any
facility for portable SQL, is that correct? Are there any plans
for Mono to provide som sort of object oriented api one could
use that builds native SQL statements?

-- Tim