Re: A dbs+ problem

2013-09-07 Thread Alexander Burger
Hi Henrik, > Hi, I'm in a bind, I'm using dbs+ with say 7, suddenly I find that I need > to increase the number to something more to make more room for new stuff in > the "base" ER so to speak. > > Simply changing the number doesn't work, it gives me "Bad DB file" which is > quite understandable.

good morning

2013-09-07 Thread Jakob Eriksson
so good to you see activity this early in the weekend. :) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: A dbs+ problem

2013-09-07 Thread Henrik Sarvell
After some testing I think the basic problem is that I try to use a higher number than the dbs call has resulted in, thus causing a "gap", it seems like this is a no no. A small test: (load "dbg.l") (class +Server +Entity) (rel ip(+Key +String)) (class +Entry +Entity) (rel tag (+Ref +