Welcome Guest, Not a member yet? Register   Sign In
MYSQL $this->db->field_data() Type is incorrect
#1

[eluser]lookatthosemoose[/eluser]
I have a DB table called "listings" with a field declaration:

Code:
`Acres` text collate utf8_unicode_ci

I'm using:

Code:
$old_fields = $this->db->field_data('listings');
foreach($old_fields as $old_field){
    echo $old_field->type;
}

Result I get is "blob" not "text"


Any ideas?


--Eric--


Messages In This Thread
MYSQL $this->db->field_data() Type is incorrect - by El Forum - 09-09-2008, 10:44 AM
MYSQL $this->db->field_data() Type is incorrect - by El Forum - 09-09-2008, 10:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB