Thursday 06 July 2006 10:50:47 am
I've dumped all the categories and links to a textfile from our portals and need to dump this into the ez publish database (to the ez p website I've created). Is there any script available to achieve this?
The syntax of my textfile dump is: insert into links (id, title, description, url, categoryid) values(x,'x','x','x',x) I want to create all the categories as folders manually in ez publish, then import/insert the "insert into..." into ez publish database where parent is category_id = x. Hope someone can help.
|