DBASEexternDbConnect

Top  Previous  Next

With external data bank tie together.

With this routine a connection with an external data bank can be produced. Around the connection become to produce the data bank name which needs user call sign, the password and the data bank driver.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

driverName (char *) [IN]

With driverName the driver about which the connection with the external data bank is produced is determined.

database (char *) [IN]

In database the name of the data bank is given.

user (char *) [IN]

With user the user's name which has access rights in the external data bank is given.

pwd (char *) [IN]

With pwd the password of the user will hand over.

Result

(DBASEhndl) [OUT]

If a connection was able the structure DBASEhndl zurückgeliefert will be produced. In this structure routines are available to exchange data with the external data bank.

Declaration

#include "dbasedrv.h"

 

DBASEhndl* DLLENTRY DBASEexternDbConnect (

PIOPIPES pipes,

char * driverName,

char * database,

char * user,

char * pwd

);

Related functions

DBASEexternDbDisconnect