DBASEexternDbDisconnect

Top  Previous  Next

Connection with the external data bank close.

With this routine the connection with an external data bank is closed. The trading on an external data bank is determined with the routine DBASEexternDbConnect.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

hndl (DBASEhndl *) [IN]

The structure DBASEhndl contains the trading for the data bank driver, around the connection with the data bank finish.

Result

---

Declaration

#include "dbasedrv.h"

 

void DLLENTRY DBASEexternDbDisconnect (

PIOPIPES pipes,

DBASEhndl * hndl

);

Related functions

DBASEexternDbConnect