Hello Everyone,
We have recently started using the Valentina Server and the Valentina Studio.
We wish to understand the following :
1. How to assign user privileges in Valentina Server through the Valentina Studio. I am able to find options to cre...
Hi Guys,
We have prepared and uploaded beta 10 of the new 13 version.
http://valentina-db.com/download/beta/13.0b10/
URL to Release notes (yet to be polished) can be found below.
This is copy-paste to this post from wiki:
Valentina ...
Diagram Editor, Dump Wizard improvements also added to Valentina Studio Pro.
Valentina Studio FREE | Single | PRO
Valentina Studio is the free, all purpose database management and forms client tool. Valentina Studio Pro combines database manageme...
SQLite 3.40.0 support and other improvements for Valentina Studio, Studio Pro.
Valentina Studio FREE | Single | PRO
Valentina Studio is the free, all purpose database management and forms client tool. Valentina Studio Pro combines database manage...
Also includes several minor fixes, working with PostgreSQL
Valentina Studio FREE | Single | PRO
Valentina Studio is the free, all purpose database management and forms client tool. Valentina Studio Pro combines database management with diagrammin...
Completes initial update released on 12.7.22 for Valentina Studio.
Valentina Studio FREE | Single | PRO
Valentina Studio is the free, all purpose database management and forms client tool. Valentina Studio Pro combines database management with di...
Hello Everyone,
I am trying to update a record in Valentina DB using the below.
Tbl = mDatabase.Table( "UserList" )
Tbl.RecID = ULSelectedID.ToInteger
Tbl.StringField(1).Value = ULSelectedID
Tbl.StringField(2).Value = UserListConta...
Hello Everyone,
I am new to using Valentina DB and Xojo.
I would like to know how to create a simple query for the following :
"SELECT * FROM partlist ORDER BY ID DESC LIMIT 1";
What is the format of Valentina DB ADK to be used in Xoj...
I have a really weird problem. My app can read rgb values from an existing SQLite database that belongs to another app. For whatever reason the rgb values from that app are now slightly different. I didn't want to update the existing values. Therefor...
Hello Everyone,
We are creating a database application using Xojo.
We are considering purchasing a license of Valentina DB to be used in place of Community edition of Mysql.
However, I don't understand from the website, what all to purchase to sui...
Hello,
I would like to use Valentina Studio for my projects.
I downloaded the software and it works great.
But with the forms I have a problem. Once I close the whole application and then reopen it, I can no longer work on the created forms, creat...
Hi all, I like Valentina Studio very much. But when I work with Postgres 13 and try to parse a PLpgSQL-Function, I get problems with the Analyser of Valentina Studio. It says
12:1: Error: Alter command should specify what object to alter.
Then ...
Multiple fixes and improvements for working with Valentina Reports, other fixes.
Valentina Studio FREE | Single | PRO
Valentina Studio is the free, all purpose database management and forms client tool. Valentina Studio Pro combines database mana...
Hello. I am using VStudio Pro 11.3.1 (64 bit).
I have a report where I would like to use a SQL query to do a single column lookup from a table that is not in the original query defined for the report.
I have an id column in my report query. Usi...
Hello.
In a program made in Xojo, I paste information from an excel sheet and save it in Postgres 9.6. When I add that information to the report, it prints special characters.
How to avoid special characters in printing....
How to display an image from database with filename example 12345.png stored as text in sqlite3 database and the actual image is stored in the working directory named "img/" as filepath. I need assistance. Thank you in advance....