IntroductionGetting StartedAll PostsNotesAbout The Author
June, 2010
RSS
Access: Text Backup for SVN Software and to Prevent Corruption
Sunday, June 20, 2010 - 12:15 AM
Option Compare Database
Option Explicit
Option Base 1


'this code is for exporting Access databases to text files (which are compatible with version control software, such as MS SourceSafe)
' and for rebuilding the database from said text files

'converting to and rebuilding from text files is an important way of identifying, preventing, and repairing corruption

'this code will export everything needed to fully rebuild files,
' including references, linked tables, as well as all standard Access objects

Read more...  Add comment
1 records total        

January, 2010
February, 2010
March, 2010
April, 2010
May, 2010
June, 2010
July, 2010
August, 2010
September, 2010
October, 2010
November, 2010
December, 2010
IntroductionGetting StartedAll PostsNotesAbout The Author