I'm trying to compare different versions of the same database (its structure) however, because the conversion to text includes the value of NextValue property for AutoIncrement fields the diff program shows almost all of the dbfs as different even thou the structure is the same but the value of the <Autoinc_Nextval> tag in the converted file.
Given this situation, could you add an option skip the NextValue in the output, like you did with the Timestamps ?
Comments: ** Comment from web user: fdbozzo **
Given this situation, could you add an option skip the NextValue in the output, like you did with the Timestamps ?
Comments: ** Comment from web user: fdbozzo **
Hi edyshor:
I've uploaded FoxBin2Prg v1.19.46 Preview-9 which have a new "ExcludeDBFAutoincNextval" configuration setting:
https://vfpx.codeplex.com/releases/view/116407
The use is:
ExcludeDBFAutoincNextval:1
Can you verify it's working for you?
Thanks! :)