Home > Archive > MS SQL Server ODBC > November 2005 > column collation









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author column collation
Lijie

2005-11-16, 8:23 pm

Hi,

I am using C++ to develop an application to support SQL Server 2005. I have
a problem whant I use SQLColAttribute function. It only returns "Collation
Name", instead of the real column's collation name. Does any body has any
idea?

Here it is my code:
retcode = SQLColAttribute(hand
leSTMT,i +1,
SQL_CA_SS_COLUMN_COL
LATION ,
columnCollation,
256, &nameLength, &valueInInt);

Thanks for you help.

--Lijie
ziran lin

2005-11-18, 3:23 am

I believe is not supported in SQLColAttribute

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com