Hi
2009/9/18 Pritpal Bedi <[email protected]>: > > Try > index on field->F1 tag T1 TO ( DBNAME+".CDX" ) This is the first that was tried (removed from the example to simplify the example) Same error > Remember: > All files which are to be routed to NETIO must > have a prefix of "net:" and because you are > not specifying it whicle creating the index. If you look closely at my example, we see that nowhere is there no "net:" :) The error occurs when you start at the second session (the index is created, it is automatically caught by the driver DBFCDX). if ! dbExists( DBNAME ) createdb( DBNAME ) endif It tries to forcibly add the index (with a different extension to DBFCDX not open himself, and, of course, with "net:") leads to the same error > Regards > Pritpal Bedi _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
