Hi,
I have two profiles, one of them is a fairly big walk and is hard to complete. I want to combine these two walk data, or databases, into one large database. I wrote a vortex script which selects the fields from db1 and inserts them to db2, is there anything else I need to do? My script goes like this:
<a name=main>
<DB=$db1>
<SQL ROW "select * from html">
<DB=$db2>
<SQL NOVARS "insert into html values($id, $New, $Visited, $Dlsecs, $Depth, $Url, $Title, $Body, $Meta)"></SQL>
</SQL>
</a>
I read in a post that you have to reindex them as well. How do you run the -index function? can you just insert "gw -index" in the function above after the SQL statement and run it with texis.exe on the browser?
I can't do a complete rewalk and put them into separate categories because it's too large to run again.
Any help is greatly appreciated, thanks in advance.
I have two profiles, one of them is a fairly big walk and is hard to complete. I want to combine these two walk data, or databases, into one large database. I wrote a vortex script which selects the fields from db1 and inserts them to db2, is there anything else I need to do? My script goes like this:
<a name=main>
<DB=$db1>
<SQL ROW "select * from html">
<DB=$db2>
<SQL NOVARS "insert into html values($id, $New, $Visited, $Dlsecs, $Depth, $Url, $Title, $Body, $Meta)"></SQL>
</SQL>
</a>
I read in a post that you have to reindex them as well. How do you run the -index function? can you just insert "gw -index" in the function above after the SQL statement and run it with texis.exe on the browser?
I can't do a complete rewalk and put them into separate categories because it's too large to run again.
Any help is greatly appreciated, thanks in advance.