valentina warnings file....

Christian - ChrisKatDev.com christian at chriskatdev.com
Fri Jun 26 03:42:54 CDT 2009


Le 26 juin 09 à 09:47, Ruslan Zasukhin a écrit :

> On 6/23/09 12:51 PM, "Christian - ChrisKatDev.com"
> <christian at chriskatdev.com> wrote:
>
> Hi Christian,
Hi Ruslan,

Can you put the patch in "4.2.1" and not wait "4.3" ?

Please :-)

br
Christian

>
>> Ruslan,
>>
>> what is the solution ?
>
> Sorry for delay.
>
> We have solve this problem.
> In the 4.3 you can do before open any database:
>
>
> Valentina = new (Xtra("Valentina"))
> Valentina.Init(8 * 1024 * 1024)
>
> conn = Valentina.getLocalConnection()
> conn.SqlExecute("SET PROPERTY WarningMode TO FALSE")
>
> // here open your database
>
>
> ------------------
> For now, we can suggest a workaround. Before open YOUR database you
> should do next:
>
> Valentina = new (Xtra("Valentina"))
> Valentina.Init(8 * 1024 * 1024)
>
> db = new(Xtra "VDatabase", #kLocal, #kStorage_RAM)
> db.create("tmp_db")
> db.SqlExecute("SET PROPERTY WarningMode TO FALSE")
> db.close()
>
> // Here open your database
>
>
>
> -- 
> 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