Hi,
I have a routine in vb6 that inserts a series of records
these records need to be in month order i.e. Jan.Feb.Mar..
etc. Since pervasive does'nt seem to have anyting like an Auto-Increment; I created a Segemented Index Which uses the
Month Column and a Integer Column and set them both to Asc
everything works fine except the values are going in backwards, ie Dec,Nov,Oct... Any Ideas?
Thanks MeonR
I have a routine in vb6 that inserts a series of records
these records need to be in month order i.e. Jan.Feb.Mar..
etc. Since pervasive does'nt seem to have anyting like an Auto-Increment; I created a Segemented Index Which uses the
Month Column and a Integer Column and set them both to Asc
everything works fine except the values are going in backwards, ie Dec,Nov,Oct... Any Ideas?
Thanks MeonR