valentina warnings file....
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Fri Jun 26 02:47:30 CDT 2009
On 6/23/09 12:51 PM, "Christian - ChrisKatDev.com"
<christian at chriskatdev.com> wrote:
Hi 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]
More information about the Valentina
mailing list