Skip to Content.
Sympa Menu

freetds - RE: ODBC troubles with nightly snapshot

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Alex Hornby <alex AT anvil.co.uk>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Cc: camber AT ais.org, pharvey AT codebydesign.com
  • Subject: RE: ODBC troubles with nightly snapshot
  • Date: 28 Jun 2002 10:43:55 +0100


Hi,

Thanks for the text size tip - that stopped the core dumps.

However I still have a couple of problems:

* I'm getting a load of debugging messages printing out.

e.g.

SQL> select BOOK from BOOK where ROWID=1
+---------------------+
| |
+---------------------+
[PAH][odbc.c][1494]
[PAH][odbc.c][1499] column_type=47 nSybType=47
[PAH][convert_tds2sql.c][122] srctype(SYB)=47 srclen=20 destype(SQL)=1
destlen=301 nDestSybType=47
[PAH][convert_tds2sql.c][135]
RV


Î
|
RV


|
+---------------------+
1 rows affected

* isql++ is complaining:

Connected to Èl+@Èl+ AT bc.so Èl+@Èl+ AT bc.so using libtdsodbc.so Èl+@Èl+@
(ODBC Version 2.0)
SQL> select RV from BOOK
+> ;
Error executing "select RV from BOOK
": No description available
SQL> select BOOK from BOOK
+> ;
Error fetching numeric statement option: [unixODBC]SQLGetStmtAttr:
function not implemented
SQL>


I'm not sure if these indicate a problem.

Cheers,
Alex.







Archive powered by MHonArc 2.6.24.

Top of Page