Page 1 of 1
OraDirect not available in VS 2005 Server Explorer
Posted: Fri 24 Mar 2006 14:33
by murfdude
Is there any way to add the OraDirect provider to the list of providers available in Server Explorer? If this is not possible I see no way to base strongly typed datasets on OraDirect. This is one of the most valuable features of VS 2005, so if not possible it would be a very serious problem for us. Barring that, is there another way to get strongly typed datasets to use the OraDirect provider while maintaining the ability to have VS regenerate the dataset code?
Posted: Fri 24 Mar 2006 14:45
by Paul
It is possible in OraDirect .NET 3.50.8 Beta.
We added DataSet Wizard to OraDirect .NET installation package that can create strongly typed datasets too.
Posted: Fri 24 Mar 2006 16:44
by murfdude
So the code for the strongly typed dataset is created by the dataset wizard? Is the code generated in this way exactly the same as the equivalent Microsoft-generated code? Does it get run through the same code generation engine or is this generated solely by CoreLabs? Also, is there a tool for generating these strongly typed datasets outside of Visual Studio? I've had a few problems with the OraDirect VS add-in and would rather not use it.
Posted: Wed 29 Mar 2006 13:04
by Paul
Code generated for DataSet in Visual Studio 2003 is the same as Microsoft-generated.
Code generated for DataSet in Visual Studio 2005 has differences.