MS Access Database Design to CVS
Being a monolithic file, the Access .mdb is tricky to use with version control. If you have Office Developer Edition, then you have Visual Source Safe as an option.
You can hack something together manually using the undocumented
"SaveAsText" function. Reference:
http://groups.google.com/group/microsoft.public.access.developers.toolkitode/browse_thread/thread/a8d895225f462575/bfca35d5deaaf3ae?lnk=st&q=access+.SaveAsText+all+tables&rnum=8&hl=en#bfca35d5deaaf3ae
Or, try this nifty looking "Backup Wizard" tool:
http://www.mvps.org/access/modules/mdl0045.htm
tags: msaccess, svn, tortoisesvn, cvs, tortoisecvs, version control, database, export
>>
Leonard Chan's Homepage
>>
Scribble Web
>> MS Access Database Design to CVS