FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DbCreate not work in FWH 9.10 !!!
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
DbCreate not work in FWH 9.10 !!!
Posted: Fri Oct 15, 2010 07:51 PM
After I updated to 9.10 FWH,
Any attempt to use the DbCreate function is generating an error DBCMD 1014.
I already tried with \ samples \ dbfbuild.prg;
I've tried with and without ADS;

But it always gives the same error. Please help me
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: DbCreate not work in FWH 9.10 !!!
Posted: Sun Oct 17, 2010 08:31 PM
Vilian


change the function

Code (fw): Select all Collapse
static function _FieldInfo( cItem )

return { AllTrim( StrToken( cItem, 1 ) ),;
         AllTrim( StrToken( cItem, 2 ) ),;
         Val( StrToken( cItem, 3 ) ),;
         Val( StrToken( cItem, 4 ) ) }
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: DbCreate not work in FWH 9.10 !!!
Posted: Sun Oct 17, 2010 09:23 PM

Thanks.

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil

Continue the discussion