home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / ChipCD_12_99.iso / software / testsoft / firma2000 / Faktura / disk1 / data1.cab / Pliki_Manager / Load.sql < prev    next >
Text File  |  1999-09-15  |  882b  |  28 lines

  1. SET OPTION Date_order = 'DMY'
  2. go
  3.  
  4. commit;
  5.  
  6. load table archiwum from 'archiwum.unl' ;
  7. load table dok_item from 'dok_item.unl' ;
  8. load table dokumenty from 'dokumenty.unl' ;
  9. load table dowody from 'dowody.unl' ;
  10. load table firma from 'firma.unl' ;
  11. load table in_out from 'in_out.unl' ;
  12. load table jm from 'jm.unl' ;
  13. load table klienci from 'klienci.unl' ;
  14. load table liczniki from 'liczniki.unl' ;
  15. load table magazyny from 'magazyny.unl' ;
  16. load table mdok_item from 'mdok_ite.unl' ;
  17. load table mdokumenty from 'mdokumen.unl' ;
  18. load table platnosci from 'platnosc.unl' ;
  19. load table przekazy from 'przekazy.unl' ;
  20. load table przelewy from 'przelewy.unl' ;
  21. load table rach_wlas from 'rach_wla.unl' ;
  22. load table rachunki from 'rachunki.unl' ;
  23. load table stany from 'stany.unl' ;
  24. load table towary from 'towary.unl' ;
  25. load table users from 'users.unl' ;
  26.  
  27. commit;
  28.