CodeIgniter Forums
A Database Error Occurred "set" method - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: A Database Error Occurred "set" method (/showthread.php?tid=11722)



A Database Error Occurred "set" method - El Forum - 09-21-2008

[eluser]anggie[/eluser]
Code:
A Database Error Occurred
You must use the "set" method to update an entry.
Could you suggest me what's my wrong? Please...
Thanks


A Database Error Occurred "set" method - El Forum - 09-21-2008

[eluser]Michael Wales[/eluser]
There is literally no way to know without seeing some code.


A Database Error Occurred "set" method - El Forum - 09-21-2008

[eluser]Firstrow[/eluser]
[quote author="anggie" date="1222009262"]
Code:
A Database Error Occurred
You must use the "set" method to update an entry.
Could you suggest me what's my wrong? Please...
Thanks[/quote]

Check Your code, I think there is error like:

Code:
$this->db->where('id',$no found variable);
$this->db->insert($data);

and for future, please post your code.