Solar Polar

Dave Walker, Malton, North Yorkshire. Blog, Music, Web and OpenEdge

Blog

Progress / OpenEdge Incremental df0

Posted on June 4th, 2010 in OpenEdge

When you want to create an incremental df between two databases you should;

  • connect to the newer database (appdb)
  • connect to the older database with diff logical name (oldappdb)
  • ensure the current working database is the newer (appdb)
  • create the incremental db from there

Job done!  test

Leave a Reply