EF4 Code only ctp5: how set connectionstring devart oracle?

1k Views Asked by At

hi i have devart oracle provider 6(BETA), and want use code only ctp5...how i can set connectionstring for oracle?i started now with Code only and i need use oracle, anyone can help me?

3

There are 3 best solutions below

0
On BEST ANSWER
0
On

OracleConnection you have to add refference: Devart.Oracle.Data i think.

it's very simple, if you do have any questions i use it too and i write code only applications.

0
On

OracleConnection(ConfigurationManager.ConnectionStrings["OracleConnection"].ConnectionString)

I am doing it like so.

using Devart.Data.Oracle;