VDatabase versus VRBDataBase
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Wed Oct 2 00:58:53 CDT 2013
On 9/30/13 10:18 PM, "Joseph Morgan" <joseph at checkos.com> wrote:
Hi Joseph,
> Thank you Ruslan,
>
> I believe people would be more interested in using V4RB. And I have
> experienced that it is almost a drop in replacement for sqllite.
Yes, because this is idea of RBDB -- same API to SQL dbs.
> I modified the example tools module that you ship with the ADK for Xojo The
> version I made is very easy to open existing valentina data base on server or
> local.
You mean open using VRBDataBase class?
> If you are interested, I can send it to you to check out and modify as
> you wish. I will also post on Xojo forum that if someone wants the module, I
> can send to them.
> Example of method to open and use db:
>
> dim myVRBdatabase as VRBdatabase
> myVRBdatabase = StartVRBdb(all the parameters here)
> myVRBdatabase.sqlselect("Select * from myTable)
>
> Let me know if you want me to send the file over to you :)
Yes send it to me please.
> Also I can think of one potential problem in the way VRBDatabase is
> initialized. Example:
> All I have to do is Valentina.init(10*1024*1024, "","","") This opens server
> OR local database. It works but, I don't think this was intentional.
This not opens server.
This init only LOCAL engine --- VKERNEL.dll
To init VCLIENT.dll we need call Valentina.InitClient()
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list