Welcome Guest, Not a member yet? Register   Sign In
cannot insert data into database
#11

[eluser]Unknown[/eluser]
I use CI 1.7.1 and ODBC database driver and i also have the same problem, my database config:

$db['factory']['hostname'] = "ConsultasSFT";
$db['factory']['username'] = "";
$db['factory']['password'] = "";
$db['factory']['database'] = "";
$db['factory']['dbdriver'] = "odbc";
$db['factory']['dbprefix'] = "";
$db['factory']['pconnect'] = TRUE;
$db['factory']['db_debug'] = TRUE;
$db['factory']['cache_on'] = FALSE;
$db['factory']['cachedir'] = "";
$db['factory']['char_set'] = "utf8";
$db['factory']['dbcollat'] = "utf8_general_ci";


sentences

$data = array(
'vre_timestamp' => "", //$vre_timestamp,
'vre_vld_id' => 1, //$vre_vld_id,
'vre_vms_id' => 2, //$vre_vms_id,
'vre_table_key' => 3, //$vre_table_key,
'vre_field_key' => 4, //$vre_field_key,
'vre_field_value' => 5 //$vre_field_value
);

$DB_default->insert('factory_validation_results', $data);

Line error

Fatal error: Call to undefined function: _remove_invisible_characters() in C:\Program Files\Apache Group\Apache2\htdocs\Pruebas PHP\developer\web\system\database\drivers\odbc\odbc_driver.php on line 248


any solution?

thanks


Messages In This Thread
cannot insert data into database - by El Forum - 03-26-2009, 08:20 AM
cannot insert data into database - by El Forum - 03-26-2009, 08:34 AM
cannot insert data into database - by El Forum - 03-26-2009, 08:42 AM
cannot insert data into database - by El Forum - 03-26-2009, 05:10 PM
cannot insert data into database - by El Forum - 03-26-2009, 06:48 PM
cannot insert data into database - by El Forum - 03-26-2009, 11:49 PM
cannot insert data into database - by El Forum - 03-27-2009, 05:16 AM
cannot insert data into database - by El Forum - 03-27-2009, 07:09 AM
cannot insert data into database - by El Forum - 03-27-2009, 07:18 AM
cannot insert data into database - by El Forum - 03-27-2009, 07:21 AM
cannot insert data into database - by El Forum - 04-06-2009, 04:10 AM
cannot insert data into database - by El Forum - 04-06-2009, 05:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB