Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14348

Limited Result using ODBC driver

$
0
0
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.

Viewing all articles
Browse latest Browse all 14348

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>