Hello:
I'm trying to copy the contents from the testing sqlite database into 
apache.
Both:
 - the script cpdb,
 - export and import of a csv file, 
 - manual, careful export and import of each table of a database
fail. The reason is related to foreign keys. The method

import_from_csv_files 

will assign new correlative values ot the id field, and thus all foreign 
keys will become invalid, if you have ever deleted even only one record in 
the original database.

Is there another way to copy the database?

Regards

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to