Thank you,
Avi
On 6/24/06, Ming <[EMAIL PROTECTED]
> wrote:
hi all,
I found a problem when try to get a key multiple times the code is like:
get(path)
{
...
ksLookupByName(Config,path,KDB_O_ALL);
.....
}
main()
{
...
get(path);
....
get(path);
...
}
The first get() can find the key but second get() didn't find the key.
Does the KDB_O_ALL search all the keyset or it omit the current key?
I want to access the same key two times continuously. If the KDB_O_ALL
doesn't work. Is it the only way to do like:
ksRewind()
ksLookupByName()
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Registry-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/registry-list
