Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 978 Bytes

CeDeleteDatabase.md

File metadata and controls

47 lines (31 loc) · 978 Bytes

Home

Function name : CeDeleteDatabase

Group: Remote Application Programming (RAPI) - Library: rapi


This function removes a database from the object store.


Code examples:

Pocket PC: custom RAPI class for operating with the Object Store Databases

Declaration:

BOOL CeDeleteDatabase(
  CEOID oidDbase
);  

FoxPro declaration:

DECLARE INTEGER CeDeleteDatabase IN rapi;
	INTEGER oidDbase  

Parameters:

oidDbase [in] Object identifier of the database to be deleted.


Return value:

TRUE indicates success.


Comments:

See also: CeCreateDatabase, CeOpenDatabase and CeOidGetInfoEx functions.