Converting from Visual Studio 2008 & .Net Framework Provider for Oracle to Visual Studio 2012 & Orac
I have a program originally developed using Visual Studio 2008 running under Windows XP and I want to convert it to an Visual Studio 2012 application using the Entity Framework running under Windows 7 64-bit. The application uses complicated SQL commands, could you give me and example in VB .Net showing how to access tables defined in the Entity Model Designer? I'm also trying to find examples of the SqlQuery method, I have a long, complicated SQL command that uses several parameters. I don't want to use string concatenation, I want to pass parameters, such as :param1 and :param2.
Any help would be apprecated. . . thanks.
0