Re: [SQL] script for unidirectional database update

2001-01-30 Thread Richard Huxton
From: "Markus Wagner" <[EMAIL PROTECTED]> > I need to periodically transfer the content of one db into another. The > target db should be deleted before and there should be one ascii file > containing the data, because there's a firewall between the two db's and > file transfer ist the most simp

[SQL] script for unidirectional database update

2001-01-29 Thread Markus Wagner
Hi, I need to periodically transfer the content of one db into another. The target db should be deleted before and there should be one ascii file containing the data, because there's a firewall between the two db's and file transfer ist the most simple thing to do. Does anyone have a script to au