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 >
Wrap
Text File
|
1999-09-15
|
882b
|
28 lines
SET OPTION Date_order = 'DMY'
go
commit;
load table archiwum from 'archiwum.unl' ;
load table dok_item from 'dok_item.unl' ;
load table dokumenty from 'dokumenty.unl' ;
load table dowody from 'dowody.unl' ;
load table firma from 'firma.unl' ;
load table in_out from 'in_out.unl' ;
load table jm from 'jm.unl' ;
load table klienci from 'klienci.unl' ;
load table liczniki from 'liczniki.unl' ;
load table magazyny from 'magazyny.unl' ;
load table mdok_item from 'mdok_ite.unl' ;
load table mdokumenty from 'mdokumen.unl' ;
load table platnosci from 'platnosc.unl' ;
load table przekazy from 'przekazy.unl' ;
load table przelewy from 'przelewy.unl' ;
load table rach_wlas from 'rach_wla.unl' ;
load table rachunki from 'rachunki.unl' ;
load table stany from 'stany.unl' ;
load table towary from 'towary.unl' ;
load table users from 'users.unl' ;
commit;