tds_process_row_tokens

Daniel Bruce Lynes dlynes1 at home.com
Tue Jul 4 12:45:03 EDT 2000


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.




More information about the FreeTDS mailing list