Skip to Content.
Sympa Menu

freetds - Re: tds_process_row_tokens

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Daniel Bruce Lynes <dlynes1 AT home.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: tds_process_row_tokens
  • Date: Tue, 4 Jul 2000 09:45:03 -0700 (PDT)


On Tue, 4 Jul 2000, Jeff Holden wrote:

> Narrowed a problem I have been having with the tds_process_row_tokens call
> to tds_process_end() called when/if case TDS_DONE_TOKEN: case
> TDS_DONEPROC_TOKEN: case TDS_DONEINPROC_TOKEN: arrives.

If it helps at all, when I've been debugging the ODBC driver, I've noticed a
problem somewhere within process_row_tokens, where it's not parsing the row
tokens correctly. It's not parsing out the values for some reason.

i.e. none of the data gets extracted and placed into the result structure.

This is based on the following test table:

Column Datatype Precision
------ -------------- ---------
ID int
F1 char 20
F2 varbinary 40
F3 numeric 10,5

Just my observations.




  • tds_process_row_tokens, Jeff Holden, 07/04/2000
    • <Possible follow-up(s)>
    • Re: tds_process_row_tokens, Daniel Bruce Lynes, 07/04/2000

Archive powered by MHonArc 2.6.24.

Top of Page