Re: maxlength of CS_TEXT_TYPE - 2GB?
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2010/8/22 Erik Bryn <[email protected]> > On Sun, Aug 22, 2010 at 9:02 AM, Erik Bryn <[email protected]> wrote: > > Since my initial email, I've found the cs_get_data function, but it's > > limitations of being used only on unbound columns, which cannot be > > proceeded by bound columns pretty much eliminates it as an option. > > Thinking about this further - I could just use cs_get_data to retrieve > all the column data, and therefore not bind anything prior to > fetching. Is this an acceptable technique or would anyone warn against > this? > > Thanks, > - Erik > For me it look fine freddy77