This sample RTEs with xHarbour (Data width error) but not with Harbour:

REQUEST DBFCDX


FUNCTION MAIN()

    DBCREATE( "MYTEST", { { "TEST", "C", 1000, 0 } } )

    USE MYTEST

    INDEX ON FIELD -> test TO MYTEST

    CLOSE

    USE MYTEST VIA "DBFCDX"

    INDEX ON FIELD -> test TO MYTEST

    CLOSE

    RETURN NIL

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to