Synonym tables not visible via ODBC native Driver

Answered Synonym tables not visible via ODBC native Driver

  • Tuesday, May 08, 2012 10:53 AM
     
     

    Synonym tables are not visible when we use SQL 2005 Native Client ODBC driver.

    is there any limitation or we need to follow any process to create or view table..?

All Replies

  • Tuesday, May 08, 2012 11:00 AM
     
     
    I don't think that there are limitations. Can you check whether the user used for this connection has the necessary permissions for the synonym?
  • Wednesday, May 09, 2012 6:35 AM
     
     
    i guess there is not problem with permissions , as user can see tables via OLEDB connections. This is specific to ODBC connections.
  • Wednesday, May 09, 2012 7:46 AM
    Moderator
     
     Answered

    Hi Dayanand,

    Thanks for your post!

    If we are using ODBC connection synonyms doesn’t get showed up in the hirarchy structure. Try and create a command object which will try and fetch the data from a synonym. See if this works for you or not. Suggest you to submit a feedback to Microsoft.

    For submitting a feedback to Microsoft such issues, I would recommend to submit it to the Microsoft Connect at this link https://connect.microsoft.com/SQLServer/Feedback . This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you can learn more about and contribute to the exciting projects on Microsoft Connect.


    Best Regards,
    Iric
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Proposed As Answer by yaphets Monday, May 14, 2012 1:23 AM
    • Marked As Answer by Iric WenModerator Wednesday, May 16, 2012 2:23 AM
    •  
  • Friday, May 11, 2012 11:02 AM
     
     
    can you give some example how to use command objects .
  • Tuesday, May 15, 2012 9:52 AM
    Moderator
     
     

    Dayanand,

    Please see :http://msdn.microsoft.com/en-us/library/aa905898(v=sql.80).aspx


    Best Regards,
    Iric
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.