Skip to Content.
Sympa Menu

freetds - [freetds] SQLDescribeColumn and tds_next_placeholders_ucs2le

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Vlad <vlad AT rmcs.com.au>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] SQLDescribeColumn and tds_next_placeholders_ucs2le
  • Date: Fri, 19 Mar 2004 13:41:31 +1100

Hi!

I am using FreeTDS-0.62.1 with iODBC.
Setup is done with ODBC-only configuration in odbc.ini
in users home directory.

I found that SQLDescribeColumn returns incorrect size of the GUID
column. It should be 36 but returned only 16. Thats a half of the
string. if I use SQLGetData I can get around that problem and read
values without binding, but it would be nice if above problem with
SQLDescribeColumn could be fixed.

Another problem I have is in tds_next_placeholders_ucs2le.
When I have a query string without terminating ";" at the end
SEGMENTATION FAULT happens in above function. I could not yet determine
where exactly a problem is.

Please let me know if you need some more info from me.
I have got a core dump from my program. Don't know if it will be
any use for you.

Thanks

Vlad








Archive powered by MHonArc 2.6.24.

Top of Page