xBaseJ - Java access to dBase files
Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
Currently supports only dBase III format DBF, DBT and NDX files
dBase IV format DBF, DBT, MDX and NDX files
American Coders, Ltd
P.
locks the entire database
will try 5 times within the fileLockTimeOut specified in
org.xBaseJ.property fileLockTimeOut, default 5000 milliseconds (5 seconds)
locks the current record, exclusively
will try 5 times within the fileLockTimeOut specified in
org.xBaseJ.property fileLockTimeOut, default 5000 milliseconds (5 seconds)
locks a particular record, exclusively
will try 5 times within the fileLockTimeOut specified in
org.xBaseJ.property fileLockTimeOut, default 5000 milliseconds (5 seconds)
xBaseJ - Java access to dBase files
Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
Currently supports only dBase III format DBF, DBT and NDX files
dBase IV format DBF, DBT, MDX and NDX files
American Coders, Ltd
P.
xBaseJ - Java access to dBase files
Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
Currently supports only dBase III format DBF, DBT and NDX files
dBase IV format DBF, DBT, MDX and NDX files
American Coders, Ltd
P.
set field contents with binary data, no database updates until a DBF update or write is issued
if inValue is too short buffer is filled with binary zeros.
xBaseJ - Java access to dBase files
Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
Currently supports only dBase III format DBF, DBT and NDX files
dBase IV format DBF, DBT, MDX and NDX files
American Coders, Ltd
P.