Acces sourcesafe 2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if i use sourcesafe on msaccess will it work on an object level ie
moduels,form etc. i posted a question earlier and the respondant. told me
that you can use source safe on msAccess i just need to know how much i can
control with source safe
 
Yes, SourceSafe will work on an object level with Access.
Forms,Reports,Queries,Modules,Macros are exported at text
to the SourceSafe database. Tables are not stored separately:
you get just one Database Object which includes all the
tables.

It is a bit slow and clunky: also, even the objects are
stored as text, you have to go in as the source safe
administrator if you want to do any version comparisons.

In fact, it is so slow and clunky, and adds so little
value, that we don't even use it that way. We just split
our large application up into smaller libraries, and
put them into SS as binaries.

(david)
 
Back
Top