FortranGIS  Version2.5
logical function, public shapelib::dbffileisnull ( type(shpfileobject), intent(in)  hshp)

It returns .TRUE.

if the provided shapefile object is correctly associated with a .dbf file. It can be called after shpopen to test whether .dbf file has been successfully opened.

Parameters
[in]hshpshapefile object to test

Definition at line 470 of file shapelib.F90.