with jdbc driver how to make an sql server connection with non default db language?

已答覆 with jdbc driver how to make an sql server connection with non default db language?

  • 6 มีนาคม 2555 2:05
     
     
    I need to make a connection to sql server 2008 with jdbc driver with a language different than default and it doesn't work. Any help?
    • ย้ายโดย Papy NormandModerator 10 มีนาคม 2555 19:30 Move requested by the MS JDBC driver Team (From:SQL Server Documentation)
    •  

ตอบทั้งหมด

  • 7 มีนาคม 2555 1:24
     
     

    Hi,

    Can you provide more details?

    What version of the JDBC Driver are you using?  What Java version (include vendor and update number).  Which language are you trying to use?  Is your OS set to the same language?

    What is the error message?  Are you able to connect in other languages?

  • 7 มีนาคม 2555 1:51
    ผู้ดูแล
     
     

    Can you post your question and details to the Data Access Forums instead?

    http://social.msdn.microsoft.com/forums/en-US/sqldataaccess/threads/

  • 10 มีนาคม 2555 19:29
    ผู้ดูแล
     
     

    Hello,

    On the request of the Microsoft JDBC Driver Product Team, i am moving this thread

    Have a nice day


    Mark Post as helpful if it provides any help.Otherwise,leave it as it is.

  • 10 มีนาคม 2555 19:33
    ผู้ดูแล
     
     

    Hello,

    Move done.I hope you will find a quick and full solution to your problem.

    Have a nice day

    PS : This post has only one aim : to warn the followers of this thread that it has been moved on a more suitable forum.


    Mark Post as helpful if it provides any help.Otherwise,leave it as it is.

  • 11 มีนาคม 2555 0:18
    ผู้ดูแล
     
     คำตอบ

    SQL Server will set the language to the login's default language upon connecting.  You can execute a SET LANGUAGE command immediately after connecting to change the language setting for the session.


    Dan Guzman, SQL Server MVP, http://weblogs.sqlteam.com/dang/

    • ทำเครื่องหมายเป็นคำตอบโดย Iric WenModerator 16 มีนาคม 2555 7:22
    •