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

Sokol, Ryan - 244 ryans at HA.com
Thu Jan 4 09:42:26 EST 2007


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.

 

 




More information about the FreeTDS mailing list