Skip to Content.
Sympa Menu

freetds - [freetds] Name-less/Alias-less Columns in ODBC

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Sokol, Ryan - 244" <ryans AT HA.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Name-less/Alias-less Columns in ODBC
  • Date: Thu, 4 Jan 2007 08:42:26 -0600

I have noticed that in ODBC mode, when you issue a query that asks for
only columns that have no name or alias, it cause the query to hang.



For example, this query causes a hang-up:



SELECT MAX(Some_Num) FROM Some_Table



But this query does not hang-up:



SELECT MAX(Some_Num) as MaxNum FROM Some_Table



Is this supposed to be this way?





Note, this problem does not exist in db-lib mode.








  • [freetds] Name-less/Alias-less Columns in ODBC, Sokol, Ryan - 244, 01/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page