Can somebody please explain how to fetch synonym names with the SQLTables function in ODBC API. I currently use the DSN created with SQL Native Client 10 and SQL Server 2005. My code is as follows:</p><p>ret = SQLTables(stmt, NULL, 0, NULL, 0, NULL, 0, <br>SQLCHAR*)"'TABLE','VIEW','ALIAS','SYNONYM'", SQL_NTS);</p><p>I am getting back a table and views in a result set -- but no synonym.
Software/Hardware used:
sql server 2005
ASKED:
November 10, 2009 9:40 PM
UPDATED:
November 10, 2009 10:00 PM