I have recently been trying to set up a .Net application which will connect to an oracle database using object relational data types, I would like to do this using the Linq-Sql framework, however when using tools such as DbLinq it does not seem to allow for the object relational data type.
So I was wondering if anyone knows a way to do this?
Thanks, Alex.