Monday, June 4, 2007

cooking documentation:
data from isis to cd [mysql db]


ingredients:

- isis db with complete fmt (format) files
- winisis
- editpadpro
- opensis exe
- delphi program
- delphi 6
- installshield
- burner+ nero

cooking procedures:

- copy isis db necessary files to subfolder "db\"
(bib.cnt,fdt,fst,ifp,lo1,lo2,MST,n01,n02 ,pft,stw,xrf, *.fmt)
- open isis db via winisis
- export to xml by 5k recs
- check xml via browser
- check special char error line#&position using editpadpro
- global replace char via winisis-tools, (char equiv below)
- change version# on delphi program
- compile, create installer using istallshield
- burn

how to eat:
- dlephi program facilitates search from searchbox to grid result
- search keyword is passed by delphi program to opensis
- openisis searches the keyword from isisdb and
produce xml file result to delphi program
- delphi program sorts out xml result to grid into readable form

char equiv:
  • < = &lt;
  • > = &gt;
  • ± = ±
  • ½ = ½
  • ¼ = ¼
  • ¾ = ¾
  • § = §
  • £ = £
  • °c = ° c
  • µ = µ

No comments: