Hi,
I have an Aware app which works fine for 95%. But there is a process I unfortunately cannot develop with Aware (has to do with loops and table syncs).
Therefore I want to write a .Net application which does the job at databaselevel and which stores some data into the Aware apps databasetables.
Can I do that without problems, or this something I never should not do? Why?
I see 3 fields in the Aware tables: ID, BASVERSION and BASTIMESTAMP which bother me a little.
ID: I can generate an ID which is not in the range of the Aware ID's, so this should not be a problem.
BASVERSION: this looks to me a counter with number of updates of the record.
BASTIMESTAMP: timestamp of the last update of the record.
Anyone who can say something about this? Good/bad experiences with approaches like this? Other solutions?
Thanks for your help in advance.