On Tuesday 14 March 2006 14:10, Jesus Reyes wrote:
>  --- Michael Van Canneyt <[EMAIL PROTECTED]> escribió:
> > On Tue, 14 Mar 2006, Jesus Reyes wrote:
> > >  --- johnf <[EMAIL PROTECTED]> escribió:
> > > > Hi I am now attempt to populate a dbgrid with the data I get
> >
> > from
> >
> > > > my
> > > > sqlquery1.  As I scroll across the columns I get the following:
>
> [snip]
>
> > > > Am I doing something wrong or is this another bug?????
> > > >
> > > > John
> > >
> > > The grid is trying to paint some field content, and maybe not all
> > > types of fields are ready implemented in the postgress dataset
> >
> > part?.
> >
> > Normally not, that's not how TSQLQuery works.
> >
> > Michael.
>
> Ok, I think I didn't express myself too well, I try now, what I think
> is that something in the chain of obtaining the text the grid shows,
> there could be something wrong (usually abstract errors means that
> something was not implemented). If some dataset derivated, including
> sqldb, doesn't implement correctly the transfer of data from native
> format to dataset format, we can expect problems in the gui backends.
> I learned that this is improved en recent fpc versions.
>
> That happen to be an outdated fpc version, though not all John's
> problems are solved, at least he can use simple string fields in the
> grid.
>
> Jesus Reyes A.
Unfortunately the lack of blob support is a deal breaker for me.  I need to 
have the use of TDBMemo.  The app I need to write requires notes in many 
locations.  I.e. I need notes on customers, notes on Vendors, Notes on 
inventory, etc..  Unless someone can provide a work around I'm stuck.  I 
considered use a 254 Varchar but that won't work because some of the current 
data has 800+ chars.  In postgres I actually need data type 'Text' (same as 
blob with a different name.  But I wonder why postgres has Text and blob.) 

So guys what can I do????

John

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to