VDatabase versus VRBDataBase
Joseph Morgan
joseph at checkos.com
Wed Oct 2 08:27:25 CDT 2013
There is a method to open using VRBDATABASE class and a method to open using VDATABASE class.
I will send to you later today when I get to my office.
> This init only LOCAL engine --- VKERNEL.dll
I might be wrong then but I think it opens server database for me, but only for VRBDatabase NOT VDATABASE. I will double check on another test computer today.
> To init VCLIENT.dll we need call Valentina.InitClient()
For me, this causes immediate crash of application when attempting to use
VRBDatabase. This works fine for VDATABASE not for VRBDatabase.
> On Oct 2, 2013, at 12:58 AM, Ruslan Zasukhin <ruslan_zasukhin at valentina-db.com> wrote:
>
> 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]
>
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
More information about the Valentina
mailing list