Hi,
Have any one used the dtsearch with Visual FoxPro ( any version )
I have tried to use dtsearch and created the index. When I run the
search on dtsearch it takes too much of time.
I am using com object of dtsearch.
I am creating the object of dtsearch using
obj = Createobject("dtsearchEngine6.server")
ij = obj.NewSearchJob
etc....
can any body have tried it with VFP. if yes, can you send me some
example how to use it with VFP.
I am trying to evaluate the dtsearch to purchase, but before that I
want to evaluate the speed that dtsearch can give with VFP.