valentina warnings file....

Kirill Pekarov kirill_pekarov at valentina-db.com
Thu Jun 25 06:07:19 CDT 2009


Christian - ChrisKatDev.com пишет:
> 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




> br
> Christian
>
> Le 19 juin 09 à 23:02, Christian - ChrisKatDev.com a écrit :
>
>   
>> Le 19 juin 09 à 08:46, Ruslan Zasukhin a écrit :
>>
>>     
>>> On 6/18/09 11:36 PM, "Christian - ChrisKatDev.com"
>>> <christian at chriskatdev.com> wrote:
>>>
>>>       
>>>>>   Valentina.LocalConnection.SqlExecute("SET ...")
>>>>>           
>>>> localConnexion : object expected....
>>>>         
>>> Well, you are cool Lingo developer :)
>>>
>>> Lets try split on 2 lines?
>>>
>>>   conn = Valentina.LocalConnection
>>>       
>> conn => void
>>
>> and
>>
>> conn = Valentina.getLocalConnection () => crash (d11.5 / mac, V4MD  
>> 4.1)
>>
>>
>>     
>>>   conn.SqlExecute("SET ...")
>>>
>>>       
>> aie aie aie...
>>
>> br
>> Christian
>>     
>>> -- 
>>> 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
>>>       
>> _______________________________________________
>> Valentina mailing list
>> Valentina at lists.macserve.net
>> http://lists.macserve.net/mailman/listinfo/valentina
>>     
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>
>   


-- 
Best regards,

Kirill Pekarov
Software Engineer Associate
Paradigma Software, Inc
Valentina - The Ultra-Fast Database
http://www.valentina-db.com




More information about the Valentina mailing list