|
|||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||
|
1.1.2: gpb_close
Description
Break the connection to the used database.
After you have queried something you have to call this function to close the connection created by gpb_connect.Use this function in order to prevent connections which stay open until a certain timeout. Function call
gpb_close();
Input
This function doesn't require parameters
Output
There is no output.
|