1. Smart City doo
  2. Valentina Server
  3. Wednesday, May 27 2020, 09:37 AM
  4.  Subscribe via email
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
Comment
There are no comments made yet.
Ivan Smahin Accepted Answer
Send me please vServer log
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Server
  3. # 1
Hi,
Have you solve your problem ?
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Server
  3. # 2
Smart City doo Accepted Answer
Not yet
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Server
  3. # 3
Ivan Smahin Accepted Answer
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;
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Server
  3. # 4
  • Page :
  • 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