Comparing Objectivity and Versant: Database Creation
Create new federated database
oonewfd -lockserver pcbunn -fdfilepath f:\stars\stars.fdb starsdb
Imbue it with the stars schema
Compile the file created by ooddlx
link.exe
stars.obj stars_ddl.obj
Make new group database placeholders
Create the group database files
Create the schema .sch from the .imp file
schcomp -I. -I\versant\5_0_7\NT\h schema.imp
Imbue the databases with the schema
sch2db -D starsdb1 -y schema.sch
sch2db -D starsdb2 -y schema.sch
Compile the application and methods files
Compile the file created by schcomp
link.exe
stars.obj methods.obj schema.obj ...