#include <limits.h>
#include <stdlib.h>
#include <dsSmartException.h>
Go to the source code of this file.
Compounds | |
class | dsSQLAccessor |
This class support common interface to cal SP on different SQL servers. This SQL API designed to make access to DBApi simple. More... | |
Defines | |
#define | MAX_COLUMN_NAME 256 |
#define | COMMIT_ON_SUCCESS 1 |
#define | NO_FLAGS 0 |
Functions | |
DECLARE_EXCEPTION (dsSQL) | |
dsSQLAccessor * | dsSQLConnect (const char *url) |
|
|
|
|
|
|
|
|
|
Connect to database using fake URL string
oracle://keybillqa:keybillqa@KDEV
|