Java, dBase microsoft driver and deleted flag

Posted by blow on Stack Overflow See other posts from Stack Overflow or by blow
Published on 2010-05-22T22:42:18Z Indexed on 2010/05/22 22:50 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

Hi, im connecting to dBase from java with this string:

String url="jdbc:odbc:DRIVER={Microsoft dBase Driver (*.dbf)};DBQ="+databasePath+";DefaultDir="+databasePath+";DriverId=533;FIL=dBase IV;MaxBufferSize=2048;PageTimeout=5;";

Work fine, but with a SELECT statement i can retrieve only record that are not "deleted".

In dBase database deletet record are only flagged deleted, so i want retrive deleted record too. Is this possibile?

Thank.

© Stack Overflow or respective owner

Related posts about java

Related posts about odbc