1. Smart City doo
  2. Valentina Server
  3. Mittwoch, Mai 27 2020, 09:37 AM
  4.  Abonnieren via E-Mail
In VServer log, in few places I found this line:

Database 'master.vdb' has been successfully closed


There is few clients connected to this VServer.

Is this ok?

regards, Zoran
Kommentar
There are no comments made yet.
Ivan Smahin Akzeptierte Antwort
Send me please vServer log
Kommentar
There are no comments made yet.
François Van Lerberghe Akzeptierte Antwort
Hi,
Have you solve your problem ?
Kommentar
There are no comments made yet.
Smart City doo Akzeptierte Antwort
Not yet
Kommentar
There are no comments made yet.
Ivan Smahin Akzeptierte Antwort
Hi Zoran,

Following your vServer log - "Database 'master.vdb' has been successfully closed" is ok.

Look -


(UID 1292) Database 'master.vdb' put_Location.
...
(UID 1292) Database 'master.vdb' remoteID -94947216 registered.
...
(UID 1292) Database 'master.vdb' has been successfully opened
...


The same for other users...
In other words, you intentionally do open for "master" db in your code. Usually it is not necessary.

If you want to get some info from system db/tables you can do it this way:



someDb.SqlSelect( "
USE master;
SHOW USERS;" );

// or

SqlConnection.SqlSelect( "
USE master;
SHOW USERS;" );


or even simply


SHOW USERS;
Kommentar
There are no comments made yet.
  • Seite :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Categories

Announcements & News
  1. 0 subcategories
Valentina Studio
  1. 2 subcategories
Valentina Server
  1. 4 subcategories
Valentina Database ADK
  1. 0 subcategories
Valentina Reports ADK
  1. 0 subcategories
Other Discussions
  1. 2 subcategories
BETA Testing
  1. 0 subcategories
Education & Research
  1. 0 subcategories