When you create a new project in Visual Studio, you can use a template specific to DataDirect Connect for ADO.NET data provider, or a template that creates an application with generic code.In the following example, we create a new project in Visual Studio using the template for DataDirect Connect for ADO.NET Oracle data provider.
1
2
a
b In the Name field, type a name, for example, My DataDirect Oracle Project, or accept the default name.
c In the Location field, type the location to which you want to save the project, or click Browse to navigate to the directory.
d In the Solution Name field, type the name for the solution.
4 Click OK.
1 In Solution Explorer, right-click the project and select Add / New Item.... The Add New Item dialog box appears.
3 Click Add. The class for the DataDirect data provider, in this example, the Progress DataDirect Oracle data provider, is added to a project created with the Progress DataDirect Generic template.