Hi, Was their an update done to support mysqli functions as the mysql will no longer exist before long.
Hello,
Mysqli support is there in latest build of licensed version (using data abstraction layer – adodb)
I'll be releasing a free version update in some time.
Hello,
I have licensed version 1.4.8 build 105-20130424.
It works with mysqli functions?
I reworked the program :
$db_conf = array();
$db_conf["type"] = "mysqli";
$db_conf["server"] = "localhost";
$db_conf["user"] = "xxx";
$db_conf["password"] = "xxx";
$db_conf["database"] = "xxx";
$gad = new jqgrid($db_conf);
I get message : Call to a member function Execute() on a non-object in /www/evid/lib/inc/jqgrid_dist.php on line 65
Thanks for the answer
Lubos
Hello,
This happens when you use older version of jqgrid_dist.php (free). Kindly override the 'lib' folder from purchased build.
Make sure you have lib/inc/adodb folder placed.
You can get latest build by emailing me your order number.
PS: Mysqli is now supported in free version too.