Skip to Content.
Sympa Menu

freetds - [freetds] the max length of a column?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Difei Qi <fredericqi AT gmail.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] the max length of a column?
  • Date: Tue, 6 Jul 2010 16:10:13 +0800

hello,in my database I have a column with the type varchar(500),
but when I used as followings to get the length of the column , I get 255 ?
pcol->name=dbcolname(m_pdbprocess,j);
pcol->type=dbcoltype(m_pdbprocess,j);
pcol->size=dbcollen(m_pdbprocess,j); -----this is just 255? while I
has a 500 length column.

I tried more length column such as varchar(1000), but dbcollen only turns
255 to me,why?
And how can I fixed the bug? Thanks~




Archive powered by MHonArc 2.6.24.

Top of Page