Hi I am using Rougewave library for one of my program.
I am using the RWHashTable from it.
during the startup of my program, I will load this hashtable with information read from database. so, I have the hashtable filled with data. and during runtime, I need to print all the contents of the hashtable into a file. I am using the iterator for this.
But couldn't understand how to use it.
previously I implemented vector for this and I am suppose to replace this vector with hashtable to improve performance.
so if somebody has any suggestions please help me
thanks in advance,
YBKUMAR