Hello!
Valentina Studio is able to access my SQL database. I created a diagram with links between the tables. The Data Editor shows the records of the selected tables, but not - as shown in the introduction video - the records in the linked tables. ...
Hi guys,
a user has a corrupt database. He tried to clone the database and got a crash (see attachment). He tried to export the main field and got an error there, too (see screenshot). A dump is also not possible.
Unfortunately, he doesn't have...
Hi Everybody,
* We have move to a new host-provider, and they have more strict rules with SMTP email sending.
This have break our mechanism of sending crash logs in Valentina Studio.
* Yet problem can be that this host provider can block fast...
The Paradigma Software team wishes our friends, colleagues, customers and their families a Merry Christmas and a prosperous 2021!
Now through January 1, 2021, you can save 20% on Valentina Server and Valentina Developer Network, on both new and r...
This update includes fixes and improvements for Valentina Studio, Studio Pro and Studio Pro Universal. It also supports new functionality in Valentina ADKs for Xojo introduced to Xojo in Xojo2019r2 or newer.
Valentina Studio FREE | Single | PRO ...
The team would like to give you the heads up that we will be performing some significant maintenance on the valentina-db.com website. We aren't doing a redesign (yet). That's something we are looking to do in Q1 2021.
However, besides some minor u...
Got a user where the journal file isn't closed when the database is closed. He sent me a screenshot with multiple databases and multiple journal files. I remember that I had another user with a similar problem.
I had added an lsof. But the result...
This update provides productivity improvements to the Valentina Studio SQLite Editor as well as converting from SQLite to ValentinaDB.
Valentina Studio FREE | Single | PRO | Universal
Valentina Studio is the free, all purpose database management ...
Hello
I me remember bevor not many weeks it was possible, but now not more. (Or I cannot more found)
I have pictures in my Valentina db. This pictures i need in a report but the pictures ar to big, I cannot see the content from my pictures. In ...
This new release improves Valentina Studio products, including support for PostgreSQL 13.x and also the release of Valentina DB ADK for Python on Raspberry PI and Valentina Reports ADK for Python on Raspberry PI. The update is immediately available f...
SQLite database.
I have two tables. Their Link has been pre-established: one to many.
I add the "one" table in the Query Editor.
I select some fields from the "one" table.
I add the "many" table to the righ...
Hello,
after a long time I tried to make some changes on my MacOS app.
I am using V4RB 7.5.3 (I know version is extremely old) and when I try to compile I catch following error by this code step, which is not changed for years.
tmpDB = new V...
A user reports an error -5000 when trying to create a database on an encrypted hard disk:
try
ValentinaDB.Create(theFolderitem, EVDbMode.kDscDatBlbInd, 256*1024)
catch err as VException
if err.ErrorNumber = -5000 then
Globals.theErro...
What does the above error mean? The code isn't very complicated and has worked for a long time:
try
ValentinaDB.Create(theFolderitem, EVDbMode.kDscDatBlbInd, 256*1024)
catch err as VException
if err.ErrorNumber = -5000 then
Globals.t...
I'm devolping a mall tool in python which uses several sqlitedatabases for storing the data. At the moment the tool ist importing regular during the night data into the database, so that I can use the data during the day. The Problem is, that my data...
Hallo,
in first point - thank you for awesome toll for SQL works!!!
I have short question: I must connect to many different database daily. I want jump direct to SQL editor. I want run some batch/script. I found in documentation that I can create s...