object

ekben

Well Known Member
Can anyone pls help me on the object (central object and replicated object)
1)when I create report object at fat client, tam format will be created in local spec folder?
2)this tam format is not a replicated object as this is the first copy created, rite?
3)only when check out from server to client only can say it is a replicated object, rite?
4)replicated object is from rdb format to tam format, rite?
5)when I do a check in into server, rdb format(central object) will be created in ms sql server, rite? How it store a report object in rdb format?
6)when I create table or bsfn object, spec folder will store tam format file and source and include folder will store the source data? Correct?
7)when check in, rdb format(central object) in ms sql server and source in deployment server will be created? How and where the source in deployment server store?
8)can I call rdb format as rdb spec? what is this spec? is about attributes only?
9)what is the different between spec for both rdb and tam?
 
Hi,

Here are your answers...

1. Yes
2. Exactly.
3. Or when distributed in a package
4. Yes
5. Checkin creates entries on SQL Central Objects and/or Versions,
you store this object on Central Objects by checking in.
6. You're right
7. When checking in, objects are store on RDB while C sources
are stored on \\bxxx\pathcode\source , \include, etc.
8. You're right. Spec is the definition of the object, it's stored on
the RDB
9. The former is stored in a database while the latter in a
flat file

Sebastian
 
Back
Top