VDatabase versus VRBDataBase
Joseph Morgan
joseph at checkos.com
Mon Sep 30 14:18:00 CDT 2013
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.
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. 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 :)
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.
Joseph Morgan
On Sep 30, 2013, at 1:36 PM, Ruslan Zasukhin wrote:
> On 9/30/13 5:20 PM, "Joseph Morgan" <joseph at checkos.com> wrote:
>
>>> B) Developer who want have code which works with all dbs
>>
>> Okay thank you. So are you saying there is more chance for a bug or broken
>> code on VRBDatabase?
>
> Yes.
>
> Our V4RB Test project was no plugged so far into automatic tests.
>
> We right now building new system of build + test machines here.
> And I believe we will try plug REALbasic tests here also.
> This should improve things a lots.
>
>
>> We have had conversation on xojo forums and people were asking me how to port
>> from cube SQL to Valentina easily. It sounds like VRBDatabase is best option
>> for these people but not of more bugs are possible.
>
> I will try to find this thread today.
>
>
> I mention bugs, because I remember there was report about
> REALBasic GUI Menu
> Create new Database --- crash
>
> Although this GUI is very optional.
> People use do coding of this.
>
>
> --
> 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