Resetting a database after an error

-= JB =- sundown at pacifier.com
Thu Sep 4 14:45:14 CDT 2008


Also you can check to see if Valentina is shutdown
by checking the cache,

    put Valentina_CacheSize() into var
    if var < 1 then exit to top

regards,
-=>JB<=-



On Sep 4, 2008, at 12:37 PM, -= JB =- wrote:

> I think you need to use the below just before the shutdown,
>
>      get VDatabase_Close(mDBRef)
>      put VDatabase_Destructor(mDBRef) into mDBRef
>
> regards,
> -=>JB<=-
>
>
> On Sep 4, 2008, at 11:23 AM, william humphrey wrote:
>
>> Just found out that if you do get Valentina_ShutDown( ) and then
>> try any
>> database calls (to check and see if the database is really shut down)
>> Runtime Revolution crashes with a spinning beach ball.
>>
>> So my second question is what is a safe way to
>>
>>
>> on VCloseCard
>>     get Valentina_ShutDown( )
>> -- put something here that returns a check that database is really  
>> shut
>> down?
>> end VCloseCard
>> _______________________________________________
>> 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
>



More information about the Valentina mailing list