#include <drivermanager.h>
|
Opens a connection using an ODBC connect string.
connectString |
Usually something like "DSN=db;uid=user;pwd=password" |
|
Gets the current login timeout in seconds.
|
Sets the login timeout in seconds.
seconds | The number of seconds to wait for a connection to open. Set to 0 to disable. |