hi,
i have recently used a system (oscommerce store) where you can backup
your database. what happens is that when you click 'backup database',
it creates an SQL string, stores it in a text file and lets you
download it to your hard drive.
is there a simple means of creating this SQL file? if not, are there
any free scripts available that can be used on any database/table and
create a SQL string to be stored in a text file?
also, how do you (once the SQL file has been created) then prompt the
user to save the file onto their computer? cheers
burnsy
i have recently used a system (oscommerce store) where you can backup
your database. what happens is that when you click 'backup database',
it creates an SQL string, stores it in a text file and lets you
download it to your hard drive.
is there a simple means of creating this SQL file? if not, are there
any free scripts available that can be used on any database/table and
create a SQL string to be stored in a text file?
also, how do you (once the SQL file has been created) then prompt the
user to save the file onto their computer? cheers
burnsy
Comment