Problems with vServer Xtra 4MD

Florian Bogeschdorfer fb at memedia.de
Fri Apr 30 13:19:14 CDT 2004


Hi Igor!


> 
> Do I understand you right?

No.

It's like this:

Create Vserver instance with timeout=500
Count databases
If less then 2 then 
  createDatabases
  Close Vserver
  halt
Else
  Close Vserver
  Continue with normal program
End if


On createDatabases
--Creating database
--creating about 30 tables and some hundred fields here
--all in a row
Alert "Finished with creating"
--script error
End

I have several alerts informing the user of the progress. Depending on how
many fields I create and how much timeout I set the script error goes to the
next or previous alert.

Best regards, Florian

> 
> var server = new Xtra("VServer")
> var dbExists =  DatabaseExists(server);
> server.CloseSession()
> server = void
> 
> if dbExists = 0 then
>      gDb = new Xtra("VDatabase", "", "sa", "sa", 15432, 2000)
> 
>      --During this call crash happened
>      CreateStructure(gDb)
> 
>      gDb.CloseDatabase()
> end if
> 
> 
>  
> --
> Best regards,
> Igor Gomon
> -------------------------------------------------------------
> e-mail: giv at tlc.kherson.ua
> web: http://www.paradigmasoft.com
> 
> To subscribe to the Valentina mail list go to:
> http://listserv.macserve.net/mailman/listinfo/valentina
> 
> 
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina



More information about the Valentina mailing list