Board index » delphi » MS-SQL Server 7.0 and text field problem

MS-SQL Server 7.0 and text field problem

I am using BDE but my BLOB SIZE parameter is 32 K and my max text field size
is 1K. I limited it from the TMemo.

Quote
"Jim Elden" <x@yz> wrote in message news:393f9646@dnews...
> If you are using BDE try increasing BLOB SIZE in the alias.

> HTH!

> "Emre Korkut OR" <em...@logo.com.tr> wrote in message
> news:8ho42j$r383@bornews.borland.com...
> > Hi
> > My text fields truncated after I have posted them. Did anyone has such
> > problem ? I am not using data bound controls. I use TMemo instead. Put
the
> > field value like that :

> > qPoster.ParamByName('fldReport').AsMemo := memReport.Text

> > If anyone knows the solution please help !

> > Thanks in advance

 

Re:MS-SQL Server 7.0 and text field problem


Hi
My text fields truncated after I have posted them. Did anyone has such
problem ? I am not using data bound controls. I use TMemo instead. Put the
field value like that :

qPoster.ParamByName('fldReport').AsMemo := memReport.Text

If anyone knows the solution please help !

Thanks in advance

Re:MS-SQL Server 7.0 and text field problem


If you are using BDE try increasing BLOB SIZE in the alias.

HTH!

"Emre Korkut OR" <em...@logo.com.tr> wrote in message
news:8ho42j$r383@bornews.borland.com...

Quote
> Hi
> My text fields truncated after I have posted them. Did anyone has such
> problem ? I am not using data bound controls. I use TMemo instead. Put the
> field value like that :

> qPoster.ParamByName('fldReport').AsMemo := memReport.Text

> If anyone knows the solution please help !

> Thanks in advance

Other Threads