<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Answering my own question but need someone to confirm that I am correct:</div><div><br></div><div>The following is from the wiki: <a href="http://www.valentina-db.com/docs/dokuwiki/v5/doku.php?id=valentina:products:vserver:embedded:manual:registration">http://www.valentina-db.com/docs/dokuwiki/v5/doku.php?id=valentina:products:vserver:embedded:manual:registration</a></div><div><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); position: static; z-index: auto; "></p><blockquote type="cite"><blockquote type="cite"><blockquote type="cite"><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); position: static; z-index: auto; ">Valentina Embedded Server (VServer Embedded) is intended to be bundled with your application. This product is only available through Valentina Developer Network.</p><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); ">If you have purchase VDN then you will receive a special file “license_emb_dddddd” that can be used on any platform supported by Valentina; it allows the default 5 connections. This file has a special signature that is locked to the developer who licenses it.</p><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); ">This signature also is sent to you in the file “Embedded Serial.txt”. You must specify it in the constructor VConnection() in the last parameter inOptions.</p><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); "><strong style="padding: 0px; margin: 0px; ">ABSTRACT EXAMPLE:</strong></p><pre class="code" style="padding: 2ex; margin-top: 2ex; margin-bottom: 2ex; margin-left: 2ex; font-size: 12px; border: 1px solid rgb(207, 207, 207); color: rgb(51, 51, 51); overflow: auto; background-color: rgb(247, 249, 250); border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; -webkit-box-shadow: rgb(223, 223, 223) 3px 3px 5px; box-shadow: rgb(223, 223, 223) 3px 3px 5px; width: auto !important; line-height: 18px; text-align: justify; ">connect = new VConnection( "localhost", "sa", "sa", 15433, 0,
"AB567654C457546765234E345434F786762354CD456756" )
</pre><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); ">VServer Embedded will refuse any connections that are not signed by this signature.</p><p style="padding: 0px; margin: 0px 0px 1em; color: rgb(51, 51, 51); font-family: Geneva, Arail, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; background-color: rgb(255, 255, 255); position: static; z-index: auto; "><strong style="padding: 0px; margin: 0px; ">NOTE:</strong> If you run Valentina Server with “license_emb_dddddd” file then only your application(s) will be able connect to it. For example, Valentina Studio and ADK examples will not be able connect because they do not know your <strong style="padding: 0px; margin: 0px; ">connection signature</strong>.</p></blockquote></blockquote></blockquote></div><div><br></div><div>Is that all I need?</div><div><br></div><div>Joseph</div><br><div><div>On Sep 29, 2013, at 10:24 PM, Joseph Morgan <<a href="mailto:joseph@checkos.com">joseph@checkos.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<br><br>In the past I made an application using VRBDataBase.<br><br>I was using embeddedSerial because I wanted to be able to distribute my application to many users so I was using VDN (if I remember correctly).<br><br>Anyways, now I am wondering about which one I should use VDatabase or VRBDataBase. Does it matter? I cannot figure how to use an embedded serial with VDatabase. Is it even how we are supposed to do it now when using VDN?<br><br>Any information on this would be helpful.<br><br>Thank you!<br>Joseph<br><br><br><br><br>_______________________________________________<br>Valentina mailing list<br><a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>http://lists.macserve.net/mailman/listinfo/valentina<br></blockquote></div><br></body></html>