On Wed, 17 Jun 2009, Angel Pais wrote:
Hi,
> > proc main()
> > dbCreate( "_tst", { { "F","C",10,0 } } )
> > use _tst alias "tst1" new shared
> > dbRelease()
> > use _tst alias "tst1" new shared
> > dbRelease()
> > aeval( WorkSpaceList( 2 ), {|s, i| qout( i, s ) } )
> > wait
> > return
> Aborts with this runtime error:
> ------------------------------------------------------------------------------
> ERROR LOG of "C:\experimentos\test\Test.exe" Date: 06/17/2009 11:50:12
> Xbase++ version : Xbase++ (R) Version 1.90.331
> Operating system : Windows XP 05.01 Build 02600 Service Pack 2
> ------------------------------------------------------------------------------
> oError:description : Alias already in use
> ------------------------------------------------------------------------------
> Called from MAIN(6)
So ZEROSPACE does not accept repeated aliases and the documentation
is confusing users. Harbour accepts repeated aliases and works as
described in xbase++ documentation.
Can you also send the result of 1-st example I sent?
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour