Switch to: V12V11V10V9V8V7V6V5

Valentina SQLite Server

This section lists features of Valentina Server, when you are using it as Valentina SQLite 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.