OraDirect not available in VS 2005 Server Explorer

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
murfdude
Posts: 12
Joined: Fri 24 Mar 2006 14:09
Location: Florida, US

OraDirect not available in VS 2005 Server Explorer

Post by murfdude » Fri 24 Mar 2006 14:33

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?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 24 Mar 2006 14:45

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.

murfdude
Posts: 12
Joined: Fri 24 Mar 2006 14:09
Location: Florida, US

Post by murfdude » Fri 24 Mar 2006 16:44

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.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 29 Mar 2006 13:04

Code generated for DataSet in Visual Studio 2003 is the same as Microsoft-generated.
Code generated for DataSet in Visual Studio 2005 has differences.

Post Reply