hi folks,
to import a large number of categories i'd like to import them in a batch job.
texis -d "Texis\default\db1" -s "insert into categories (Catno, Category,Url) values (6, 'test', '*/test/*')"
works fine to import one category.
Unfortunately the category shows up in the "Test Search" but doesn't show up in the "All Walk Settings" and is discarded after the next walk.
any idea how to persist the category using SQL?
cheers
dave
to import a large number of categories i'd like to import them in a batch job.
texis -d "Texis\default\db1" -s "insert into categories (Catno, Category,Url) values (6, 'test', '*/test/*')"
works fine to import one category.
Unfortunately the category shows up in the "Test Search" but doesn't show up in the "All Walk Settings" and is discarded after the next walk.
any idea how to persist the category using SQL?
cheers
dave