Hi Masters,
Does anyone of you know the reason why I'm only getting 92 rows instead of 19,000+ rows to be fetched from Hana database.
Here's my database configuration:
$db['hana_db'] = array(
'dsn' => "",
'hostname' => "Driver={HDBODBC32};ServerNode=192.168.0.***:3***5;UID=Admin;PWD=******;",
'username' => '',
'password' => '',
'database' => '',
'dbdriver' => 'odbc',
'dbprefix' => '',
'pconnect' => TRUE,
'db_debug' => TRUE,
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci'
);
Thanks in advance.
Does anyone of you know the reason why I'm only getting 92 rows instead of 19,000+ rows to be fetched from Hana database.
Here's my database configuration:
$db['hana_db'] = array(
'dsn' => "",
'hostname' => "Driver={HDBODBC32};ServerNode=192.168.0.***:3***5;UID=Admin;PWD=******;",
'username' => '',
'password' => '',
'database' => '',
'dbdriver' => 'odbc',
'dbprefix' => '',
'pconnect' => TRUE,
'db_debug' => TRUE,
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci'
);
Thanks in advance.