Generate recordsets
Open VenturaSQL Studio and create a new project.
Create the project in the same folder as where the solution file (.sln) for the client project is located.
Open the project settings page:
- Select an ADO.NET provider;
- Set the database connection string;
- Set the Visual Studio output project to the client C# project (.csproj) file. If you are also creating a server project, then add this project to the list of Visual Studio output projects too;
- Optionally, enable Auto Create Recordsets.
Create new recordset definitions and then generate the recordsets.
You are ready to start using recordsets in your code also see the Client API documentation.