Switch to: V12V11V10V9V8V7V6V5

Valentina DB Server

This section lists features of Valentina Server, when you are using it as Valentina DB Server.

Read More: Main list of Valentina Server features

SQL Cursors

Client-side Cursors - for queries that return small result you can use client-side cursors (read-only) that copy found data into memory of client computer and free server.

Server-side Cursors - allows you to create the result of query on the server side without moving of Megabytes of data via network into the client RAM. Multiple cursors can be opened and used simultaneously by each database client.

Stored Procedures Cursors - these cursors are kind of server-side cursors, but they are managed totally with the help of Valentina SQL inside of a Stored Procedure text.