Hello my friends,
I used sqlserver database with "Data Access block" so far.
can I use Oracle database instead (With data access block).
thanks
nath
Printable View
Hello my friends,
I used sqlserver database with "Data Access block" so far.
can I use Oracle database instead (With data access block).
thanks
nath
Nope - not out of the box anyway. MS Data Access Application Block uses the Data.SqlClient namespace. What you might be able to do is tweak it for use w/ Oracle - change the namespace and some of the code for issues particular to Oracle.
Did anyone do the porting already?
Thanks
nath
No, you'd probably have to write your own class.