close( )

Releases the associated data and any exclusive access you may have had to the data through this object.

Interface

AGDBSet

IDL definition
void close( );
ADO equivalent

Close method

JavaScript synopsis
dbset.close( )
C synopsis
void AVclose(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

None

Remarks

Subsequent calls to the AGDBSet object after a close( ) will result in an error.