NOT reproduced: [V4Rb 2] VServer.RegisterDatabase problem

Ruslan Zasukhin sunshine at public.kherson.ua
Mon Jul 25 23:40:50 CDT 2005


On 7/25/05 11:21 PM, "Charles Yeomans" <yeomans at desuetude.com> wrote:

> Hmmm.  I still cannot.  And I have tried the following.  I was able to
> open master.vdb using client-server connection and add a record for my
> database.  After rebooting, I executed the following code.
> 
>    Valentina.InitClient
>    dim server as new VServer("localhost", "sa", "sa")
>    server.OpenSession
> 
>    dim names(-1) as String
>    dim paths(-1) as String
> 
>    For i as Integer = 1 to server.DatabaseCount
>      dim dbInfo as VDataBaseInfo = server.DatabaseInfo(i)
>      names.Append dbInfo.Name
>      paths.Append dbInfo.Path
>    Next
>    server.CloseSession
>    server = nil
> 
>    dim db as new VDatabase("localhost", "sa", "sa")
>    dim f as new FolderItem(names(1))
>    db.Open(f)
> 
> Upon attempting to execute the last line, my app crashes, and this
> entry appears in the server log file.
> 
> 16:04:16.266245 (41990144): (16) ERROR 0xFFFFFFD9: (null)
> 
> 
> Any suggestions?

We will make new build tomorrow.
Then please test it.

Actually you should not manually edit masterdb.
Or do this very carefully.

If you have some simple test project send us.

Again, we have test with
    a) Valentina Studio
    b) example server utility

On mac and windows. No problems found.


-- 
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-beta mailing list