Welcome Guest, Not a member yet? Register   Sign In
mssql - active records - field lengths
#1

[eluser]Keeshond Loekie[/eluser]
I'm using the mssql driver to connect to the database...

Current issue is that the fields in the result set are being truncated to 255...

as far as I have been able to trace it might not be an issue with codeigniter itself.

Quote: function _fetch_assoc()
{
return mssql_fetch_assoc($this->result_id);
}

the mssql_fetch_assoc returns the record with the fields already truncated.

I'm just wondering if someone else already has had the same issue and was able to resolve it.


Anyway, I was hoping someone could give some ideas on how to investigate and solve the issue.

Thanks


Messages In This Thread
mssql - active records - field lengths - by El Forum - 04-15-2010, 09:18 AM
mssql - active records - field lengths - by El Forum - 04-15-2010, 09:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB