Hi

Alexandr Okhotnikov wrote:
> 
> proc createdb( cName )
>    dbCreate( cName, {{"F1", "C", 20, 0}} )
>    use (cName)
>    dbAppend()
>    index on field->F1 tag T1       //without it - all right
>    close
> return
> 

Try
index on field->F1 tag T1 TO ( DBNAME+".CDX" )

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.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/Re%3A-HBNETIO---How-I-tested-...-tp25452521p25500051.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to